Commit 689306b9820827fe7eb8a9b1245892cfeb282dac
1 parent
f9bebe19ac
Exists in
master
corrijo gulp
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
gulpfile.js
... | ... | @@ -43,9 +43,6 @@ gulp.task('uglify', ['templates'], function() { |
43 | 43 | gulp.dest(paths.tmp), |
44 | 44 | rename('foca-crear-cobranza.min.js'), |
45 | 45 | uglify(), |
46 | - replace('"ngRoute","ui.bootstrap","focaBotoneraLateral",'+ | |
47 | - '"focaModal","focaModalFactura","focaBusquedaCliente",'+ | |
48 | - '"focaDirectivas","focaModalMoneda","focaModalCotizacion"', ''), | |
49 | 46 | gulp.dest(paths.dist) |
50 | 47 | |
51 | 48 | ] |