diff --git a/gulpfile.js b/gulpfile.js index 7611826..fb6be77 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","angular-ladda",'+ - '"cordovaGeolocationModule"', ''), + '"focaModalMoneda","focaModalCotizacion","focaConfiguracion","angular-ladda",'+ + '"focaModalNotaPedido","focaBotoneraLateral"', ''), gulp.dest(paths.dist) ] );