diff --git a/gulpfile.js b/gulpfile.js index 963d767..300e9b9 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -40,7 +40,7 @@ gulp.task('uglify', ['templates'], function() { ]), concat('foca-busqueda-productos.js'), replace('src/views/', ''), - replace("'ngRoute'", ''), + replace("['ui.bootstrap', 'focaDirectivas']", '[]'), gulp.dest(paths.tmp), rename('foca-busqueda-productos.min.js'), uglify(),