Commit 2d9db63b799708b99e7849539767fda20bd820b6
1 parent
c8b9e58869
Exists in
master
ok espacio
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","focaBotoneraLateral","angular-ladda",'+ | |
| 50 | - '"cordovaGeolocationModule"', ''), | |
| 49 | + '"focaModalMoneda","focaModalCotizacion","focaSeguimiento"'+ | |
| 50 | + ',"focaBotoneraLateral","angular-ladda","cordovaGeolocationModule"', ''), | |
| 51 | 51 | gulp.dest(paths.dist) |
| 52 | 52 | ] |
| 53 | 53 | ); |