Commit 0856f65c187766b67fa96947cf5adc4ebb46d241
1 parent
cb25b05320
Exists in
master
and in
1 other branch
Quito inyecciones en el archivo minificado
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
gulpfile.js
| ... | ... | @@ -44,7 +44,8 @@ gulp.task('uglify', ['templates'], function() { |
| 44 | 44 | rename('foca-crear-nota-pedido.min.js'), |
| 45 | 45 | uglify(), |
| 46 | 46 | replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ |
| 47 | - '"focaModalPetroleras","focaBusquedaCliente","focaModalPrecioCondicion"', ''), | |
| 47 | + '"focaModalPetroleras","focaBusquedaCliente","focaModalPrecioCondicion",'+ | |
| 48 | + '"focaModalFlete"', ''), | |
| 48 | 49 | gulp.dest(paths.dist) |
| 49 | 50 | ] |
| 50 | 51 | ); |