From 103605d377370e8d461c8a6db0fb6646ab6ec738 Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Sat, 10 Nov 2018 11:00:35 -0300 Subject: [PATCH] Fix gulpfile. --- gulpfile.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index edcfbaa..f3ef872 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -43,11 +43,7 @@ gulp.task('uglify', ['templates'], function() { gulp.dest(paths.tmp), rename('foca-crear-hoja-ruta.min.js'), uglify(), - /*replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ - '"focaModalProveedor","focaBusquedaCliente","focaModalPrecioCondicion",'+ - '"focaModalFlete","focaDirectivas","focaModal","focaModalDomicilio",'+ - '"focaModalMoneda","focaModalCotizacion","focaSeguimiento","angular-ladda",'+ - '"cordovaGeolocationModule"', ''),*/ + replace('"ngRoute","focaModalRemito","ui.bootstrap"', ''), gulp.dest(paths.dist) ] ); -- 1.9.1