diff --git a/gulpfile.js b/gulpfile.js index 6d7d787..fddf8f6 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -47,6 +47,7 @@ gulp.task('uglify', ['templates'], function() { ]), concat('foca-botonera-lateral.js'), replace('src/views/', ''), + replace("['angular-ladda']", '[]'), gulp.dest(paths.tmp), rename('foca-botonera-lateral.min.js'), uglify(),