From 9820132996fd3733c9ea8fb49497451b2573100b Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Mon, 14 Jan 2019 15:15:56 -0300 Subject: [PATCH] agrego focaModal a replace gulp --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 7fec272..3c77910 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -45,7 +45,7 @@ gulp.task('uglify', ['templates'], function() { ]), concat('foca-modal-cotizacion.js'), replace('src/views/', ''), - replace("['ui.bootstrap', 'focaDirectivas']", '[]'), + replace("['ui.bootstrap', 'focaDirectivas', 'focaModal']", '[]'), gulp.dest(paths.tmp), rename('foca-modal-cotizacion.min.js'), uglify(), -- 1.9.1