From 2d9db63b799708b99e7849539767fda20bd820b6 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Tue, 18 Dec 2018 17:47:55 -0300 Subject: [PATCH] ok espacio --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 6ca016a..8dacc6d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -46,8 +46,8 @@ gulp.task('uglify', ['templates'], function() { replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ '"focaModalProveedor","focaBusquedaCliente","focaModalPrecioCondicion",'+ '"focaModalFlete","focaDirectivas","focaModal","focaModalDomicilio",'+ - '"focaModalMoneda","focaModalCotizacion","focaSeguimiento","focaBotoneraLateral","angular-ladda",'+ - '"cordovaGeolocationModule"', ''), + '"focaModalMoneda","focaModalCotizacion","focaSeguimiento"'+ + ',"focaBotoneraLateral","angular-ladda","cordovaGeolocationModule"', ''), gulp.dest(paths.dist) ] ); -- 1.9.1