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