Commit 2f04adb7ab8ee49d5de173cab70c010269b46083
1 parent
0657bb2749
Exists in
master
inyeccion innecesaria
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
gulpfile.js
| ... | ... | @@ -43,7 +43,7 @@ gulp.task('uglify', ['templates'], function() { |
| 43 | 43 | gulp.dest(paths.tmp), |
| 44 | 44 | rename('foca-crear-remito.min.js'), |
| 45 | 45 | uglify(), |
| 46 | - replace('"ngRoute","ngCookies","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ | |
| 46 | + replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ | |
| 47 | 47 | '"focaModalProveedor","focaBusquedaCliente","focaModalPrecioCondicion",'+ |
| 48 | 48 | '"focaModalFlete","focaDirectivas","focaModal","focaModalDomicilio",'+ |
| 49 | 49 | '"focaModalMoneda","focaModalCotizacion","focaSeguimiento","angular-ladda",'+ |