Commit 99e5068c25ba76ea5104fbaa5a0f7bf9c51a3004
1 parent
a0245eb342
Exists in
master
and in
1 other branch
espacio después de la coma
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
gulpfile.js
| ... | ... | @@ -44,7 +44,7 @@ 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"',''), | |
| 47 | + '"focaModalPetroleras","focaBusquedaCliente"', ''), | |
| 48 | 48 | gulp.dest(paths.dist) |
| 49 | 49 | ] |
| 50 | 50 | ); |