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) ] );