Commit 1cfa519557f94ba8d38d04ba746c49b84d24c59c
Exists in
master
Merge branch 'master' into 'master'
Master (pmarco) See merge request modulos-npm/foca-crear-hoja-ruta!4
Showing
1 changed file
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 | ); |