Commit 01bc23414b0d7b96fca8d06692cdb8fab6a13e0f
1 parent
06ab7ed93b
Exists in
master
gulp correcto
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","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ | |
46 | + replace('"ngRoute","ngCookies","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ | |
47 | 47 | '"focaModalProveedor","focaBusquedaCliente","focaModalPrecioCondicion",'+ |
48 | 48 | '"focaModalFlete","focaDirectivas","focaModal","focaModalDomicilio",'+ |
49 | 49 | '"focaModalMoneda","focaModalCotizacion","focaSeguimiento","angular-ladda",'+ |