diff --git a/gulpfile.js b/gulpfile.js index 55ed546..5eeb890 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -43,9 +43,6 @@ gulp.task('uglify', ['templates'], function() { gulp.dest(paths.tmp), rename('foca-crear-cobranza.min.js'), uglify(), - replace('"ngRoute","ui.bootstrap","focaBotoneraLateral",'+ - '"focaModal","focaModalFactura","focaBusquedaCliente",'+ - '"focaDirectivas","focaModalMoneda","focaModalCotizacion"', ''), gulp.dest(paths.dist) ]