From 689306b9820827fe7eb8a9b1245892cfeb282dac Mon Sep 17 00:00:00 2001 From: efernandez Date: Thu, 24 Jan 2019 17:29:40 -0300 Subject: [PATCH] corrijo gulp --- gulpfile.js | 3 --- 1 file changed, 3 deletions(-) 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) ] -- 1.9.1