From 780da56fbdebece6256263b5aa5fa674e4a316a3 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Thu, 18 Oct 2018 13:06:42 -0300 Subject: [PATCH] =?UTF-8?q?elmino=20inyecci=C3=B3n=20para=20script=20minif?= =?UTF-8?q?icado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 6f31e8f..757cfd7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -44,7 +44,7 @@ gulp.task('uglify', ['templates'], function() { rename('foca-crear-nota-pedido.min.js'), uglify(), replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ - '"focaModalPetroleras","focaBusquedaCliente"', ''), + '"focaModalPetroleras","focaBusquedaCliente","focaModalPrecioCondicion"', ''), gulp.dest(paths.dist) ] ); -- 1.9.1