From 9d4e32a7dcfa3481d3b1e4befd33c4a4cee373ef Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Wed, 10 Oct 2018 17:48:13 -0300 Subject: [PATCH] modifico replace en uflify para eliminar inyecciones --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 963d767..300e9b9 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -40,7 +40,7 @@ gulp.task('uglify', ['templates'], function() { ]), concat('foca-busqueda-productos.js'), replace('src/views/', ''), - replace("'ngRoute'", ''), + replace("['ui.bootstrap', 'focaDirectivas']", '[]'), gulp.dest(paths.tmp), rename('foca-busqueda-productos.min.js'), uglify(), -- 1.9.1