Commit 7c1bc8f056d249ba6d62d00f34e4dbc75baf2fa1
Exists in
master
and in
2 other branches
Merge branch 'master' into 'master'
fix gulp See merge request modulos-npm/foca-crear-hoja-ruta!5
Showing
2 changed files
 
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
