Commit 780da56fbdebece6256263b5aa5fa674e4a316a3

Authored by Eric Fernandez
1 parent 6ab904e618
Exists in master

elmino inyección para script minificado

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