diff --git a/gulpfile.js b/gulpfile.js index 4a3f2a9..dec5a76 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -41,7 +41,7 @@ gulp.task('uglify', ['templates'], function() { ]), concat('foca-modal-vendedores.js'), replace('src/views/', ''), - replace("'ngRoute'", ''), + replace("['ui.bootstrap', 'focaDirectivas']", '[]'), gulp.dest(paths.tmp), rename('foca-modal-vendedores.min.js'), uglify(),