From e9e49925daf7bd25bab5e65d16f1282e73dd9be2 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Tue, 18 Dec 2018 17:52:03 -0300 Subject: [PATCH] elimino modulo en gulpfile --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ] ); -- 1.9.1