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(),