diff --git a/gulpfile.js b/gulpfile.js index ff07e35..3682b27 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -38,7 +38,7 @@ gulp.task('uglify', ['templates'], function() { 'tmp/views.js' ]), concat('foca-abm-plazo-pago.js'), - replace("['ngRoute', 'ui.bootstrap']", '[]'), + replace("['ngRoute', 'ui.bootstrap', 'focaModal']", '[]'), replace('src/views/', ''), gulp.dest(paths.tmp), rename('foca-abm-plazo-pago.min.js'),