Commit f84b681d29d0b594f0121e02ab9a51de500dcadf

Authored by Eric Fernandez
1 parent 19fcbdcd82
Exists in master

agrego replace quitar inyecciones en archivo minificado

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
... ... @@ -43,6 +43,8 @@ gulp.task('uglify', ['templates'], function() {
43 43 gulp.dest(paths.tmp),
44 44 rename('foca-crear-nota-pedido.min.js'),
45 45 uglify(),
  46 + replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+
  47 + '"focaModalPetroleras","focaBusquedaCliente"',''),
46 48 gulp.dest(paths.dist)
47 49 ]
48 50 );