From 0856f65c187766b67fa96947cf5adc4ebb46d241 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Thu, 18 Oct 2018 15:35:19 -0300 Subject: [PATCH] Quito inyecciones en el archivo minificado --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 757cfd7..8716a38 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -44,7 +44,8 @@ gulp.task('uglify', ['templates'], function() { rename('foca-crear-nota-pedido.min.js'), uglify(), replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ - '"focaModalPetroleras","focaBusquedaCliente","focaModalPrecioCondicion"', ''), + '"focaModalPetroleras","focaBusquedaCliente","focaModalPrecioCondicion",'+ + '"focaModalFlete"', ''), gulp.dest(paths.dist) ] ); -- 1.9.1