Commit 9719df45515e0e1428ab560668ee3720736d57ca
1 parent
69d514eff1
Exists in
master
and in
1 other branch
elimino modulo en gulpfile
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
gulpfile.js
... | ... | @@ -46,8 +46,8 @@ gulp.task('uglify', ['templates'], function() { |
46 | 46 | replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ |
47 | 47 | '"focaModalProveedor","focaBusquedaCliente","focaModalPrecioCondicion",'+ |
48 | 48 | '"focaModalFlete","focaDirectivas","focaModal","focaModalDomicilio",'+ |
49 | - '"focaModalMoneda","focaModalCotizacion","focaSeguimiento","angular-ladda",'+ | |
50 | - '"cordovaGeolocationModule"', ''), | |
49 | + '"focaModalMoneda","focaModalCotizacion","focaConfiguracion","angular-ladda",'+ | |
50 | + '"focaModalNotaPedido","focaBotoneraLateral"', ''), | |
51 | 51 | gulp.dest(paths.dist) |
52 | 52 | ] |
53 | 53 | ); |