From b21b501dfb153b7f7bf347146e2f8b658cfe163d Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Tue, 22 Jan 2019 14:42:20 -0300 Subject: [PATCH] replace modules --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) 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(), -- 1.9.1