From 2f04adb7ab8ee49d5de173cab70c010269b46083 Mon Sep 17 00:00:00 2001 From: efernandez Date: Tue, 20 Nov 2018 16:03:20 -0300 Subject: [PATCH] inyeccion innecesaria --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index c274122..7611826 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -43,7 +43,7 @@ gulp.task('uglify', ['templates'], function() { gulp.dest(paths.tmp), rename('foca-crear-remito.min.js'), uglify(), - replace('"ngRoute","ngCookies","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ + replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ '"focaModalProveedor","focaBusquedaCliente","focaModalPrecioCondicion",'+ '"focaModalFlete","focaDirectivas","focaModal","focaModalDomicilio",'+ '"focaModalMoneda","focaModalCotizacion","focaSeguimiento","angular-ladda",'+ -- 1.9.1