From f84b681d29d0b594f0121e02ab9a51de500dcadf Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Wed, 17 Oct 2018 16:33:15 -0300 Subject: [PATCH] agrego replace quitar inyecciones en archivo minificado --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index 277cf0d..946152e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -43,6 +43,8 @@ gulp.task('uglify', ['templates'], function() { gulp.dest(paths.tmp), rename('foca-crear-nota-pedido.min.js'), uglify(), + replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ + '"focaModalPetroleras","focaBusquedaCliente"',''), gulp.dest(paths.dist) ] ); -- 1.9.1