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