From 1672ed990de2e0aa615bee10f06394ac447c3229 Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Wed, 17 Oct 2018 11:15:09 -0300 Subject: [PATCH] agrego focaModal para elminarla del min.js --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 216dd49..302d7cc 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -39,7 +39,7 @@ gulp.task('uglify', ['templates'], function() { ]), concat('foca-abm-precios-condiciones.js'), replace('src/views/', ''), - replace("['ngRoute', 'ui.bootstrap']", '[]'), + replace("['ngRoute', 'ui.bootstrap', 'focaModal']", '[]'), gulp.dest(paths.tmp), rename('foca-abm-precios-condiciones.min.js'), uglify(), -- 1.9.1