Commit b21b501dfb153b7f7bf347146e2f8b658cfe163d
1 parent
0407419076
Exists in
master
and in
1 other branch
replace modules
Showing
1 changed file
with
1 additions
and
0 deletions
 
Show diff stats
gulpfile.js
| ... | ... | @@ -47,6 +47,7 @@ gulp.task('uglify', ['templates'], function() { | 
| 47 | 47 | ]), | 
| 48 | 48 | concat('foca-botonera-lateral.js'), | 
| 49 | 49 | replace('src/views/', ''), | 
| 50 | + replace("['angular-ladda']", '[]'), | |
| 50 | 51 | gulp.dest(paths.tmp), | 
| 51 | 52 | rename('foca-botonera-lateral.min.js'), | 
| 52 | 53 | uglify(), |