From f81a59cde69395dbd69a74343513fd902d37b342 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Wed, 10 Oct 2018 17:56:11 -0300 Subject: [PATCH] quito inyecciones al archivo minificado --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 4a3f2a9..dec5a76 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -41,7 +41,7 @@ gulp.task('uglify', ['templates'], function() { ]), concat('foca-modal-vendedores.js'), replace('src/views/', ''), - replace("'ngRoute'", ''), + replace("['ui.bootstrap', 'focaDirectivas']", '[]'), gulp.dest(paths.tmp), rename('foca-modal-vendedores.min.js'), uglify(), -- 1.9.1