Commit 3b51913a000c71517d916b90c772298c3e66a4b6
1 parent
b84604bf9e
Exists in
master
agrego modulo a gulpfile
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
gulpfile.js
... | ... | @@ -43,7 +43,8 @@ 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","focaModal","focaModalFactura","focaBusquedaCliente",'+ | |
46 | + replace('"ngRoute","ui.bootstrap","focaBotoneraLateral",'+ | |
47 | + '"focaModal","focaModalFactura","focaBusquedaCliente",'+ | |
47 | 48 | '"focaDirectivas","focaModalMoneda","focaModalCotizacion"', ''), |
48 | 49 | gulp.dest(paths.dist) |
49 | 50 |