diff --git a/gulpfile.js b/gulpfile.js index 277cf0d..946152e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -43,6 +43,8 @@ gulp.task('uglify', ['templates'], function() { gulp.dest(paths.tmp), rename('foca-crear-nota-pedido.min.js'), uglify(), + replace('"ngRoute","ui.bootstrap","focaModalVendedores","focaBusquedaProductos",'+ + '"focaModalPetroleras","focaBusquedaCliente"',''), gulp.dest(paths.dist) ] );