From c8b9e588693ceaf395c70f3dfdfd0e1eff8a300c Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Tue, 18 Dec 2018 17:47:14 -0300 Subject: [PATCH] elimino modulo en gulpfile --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 01b3db5..6ca016a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -46,7 +46,7 @@ gulp.task('uglify', ['templates'], function() { replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ '"focaModalProveedor","focaBusquedaCliente","focaModalPrecioCondicion",'+ '"focaModalFlete","focaDirectivas","focaModal","focaModalDomicilio",'+ - '"focaModalMoneda","focaModalCotizacion","focaSeguimiento","angular-ladda",'+ + '"focaModalMoneda","focaModalCotizacion","focaSeguimiento","focaBotoneraLateral","angular-ladda",'+ '"cordovaGeolocationModule"', ''), gulp.dest(paths.dist) ] -- 1.9.1