Commit 3581ebf583f6b814ed3afb744541217cf06963e8
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
master(efernandez) See merge request modulos-npm/foca-modal-busqueda-productos!7
Showing
1 changed file
 
Show diff stats
gulpfile.js
| ... | ... | @@ -40,7 +40,7 @@ gulp.task('uglify', ['templates'], function() { | 
| 40 | 40 | ]), | 
| 41 | 41 | concat('foca-busqueda-productos.js'), | 
| 42 | 42 | replace('src/views/', ''), | 
| 43 | - replace("'ngRoute'", ''), | |
| 43 | + replace("['ui.bootstrap', 'focaDirectivas']", '[]'), | |
| 44 | 44 | gulp.dest(paths.tmp), | 
| 45 | 45 | rename('foca-busqueda-productos.min.js'), | 
| 46 | 46 | uglify(), |