Commit e9e49925daf7bd25bab5e65d16f1282e73dd9be2

Authored by Jose Pinto
1 parent 761f527859
Exists in master and in 1 other branch develop

elimino modulo en gulpfile

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -43,7 +43,7 @@ gulp.task('uglify', ['templates'], function() {
43 43 gulp.dest(paths.tmp),
44 44 rename('foca-admin-seguimiento.min.js'),
45 45 uglify(),
46   - replace('"ngRoute","ui.bootstrap"', ''),
  46 + replace('"ngRoute","ui.bootstrap","focaBotoneraLateral"', ''),
47 47 gulp.dest(paths.dist)
48 48 ]
49 49 );