diff --git a/gulpfile.js b/gulpfile.js index 05e4802..d31559c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -43,7 +43,7 @@ gulp.task('uglify', ['templates'], function() { gulp.dest(paths.tmp), rename('foca-admin-seguimiento.min.js'), uglify(), - replace('"ngRoute","ui.bootstrap"', ''), + replace('"ngRoute","ui.bootstrap","focaBotoneraLateral"', ''), gulp.dest(paths.dist) ] );