Commit 38b5adaa083d78762843f564b2c5460fa5308802
1 parent
1cfa519557
Exists in
master
fix gulp
Showing
2 changed files
with
2 additions
and
5 deletions
Show diff stats
gulpfile.js
| ... | ... | @@ -40,10 +40,10 @@ gulp.task('uglify', ['templates'], function() { |
| 40 | 40 | ]), |
| 41 | 41 | concat('foca-crear-hoja-ruta.js'), |
| 42 | 42 | replace('src/views/', ''), |
| 43 | + replace("'ngRoute', 'focaModalRemito', 'ui.bootstrap'", ''), | |
| 43 | 44 | gulp.dest(paths.tmp), |
| 44 | 45 | rename('foca-crear-hoja-ruta.min.js'), |
| 45 | 46 | uglify(), |
| 46 | - replace('"ngRoute","focaModalRemito","ui.bootstrap"', ''), | |
| 47 | 47 | gulp.dest(paths.dist) |
| 48 | 48 | ] |
| 49 | 49 | ); |
src/js/app.js