Commit 103605d377370e8d461c8a6db0fb6646ab6ec738
1 parent
3d9a7d0372
Exists in
master
Fix gulpfile.
Showing
1 changed file
with
1 additions
and
5 deletions
Show diff stats
gulpfile.js
... | ... | @@ -43,11 +43,7 @@ gulp.task('uglify', ['templates'], function() { |
43 | 43 | gulp.dest(paths.tmp), |
44 | 44 | rename('foca-crear-hoja-ruta.min.js'), |
45 | 45 | uglify(), |
46 | - /*replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ | |
47 | - '"focaModalProveedor","focaBusquedaCliente","focaModalPrecioCondicion",'+ | |
48 | - '"focaModalFlete","focaDirectivas","focaModal","focaModalDomicilio",'+ | |
49 | - '"focaModalMoneda","focaModalCotizacion","focaSeguimiento","angular-ladda",'+ | |
50 | - '"cordovaGeolocationModule"', ''),*/ | |
46 | + replace('"ngRoute","focaModalRemito","ui.bootstrap"', ''), | |
51 | 47 | gulp.dest(paths.dist) |
52 | 48 | ] |
53 | 49 | ); |