Commit 50d198324ab2d58b64687a1f4dc1664db97427d4
1 parent
81030d6cdd
Exists in
master
and in
1 other branch
quito inyecciones
Showing
2 changed files
with
1 additions
and
7 deletions
Show diff stats
gulpfile.js
| ... | ... | @@ -44,7 +44,6 @@ gulp.task('uglify', ['templates'], function() { |
| 44 | 44 | 'tmp/views.js' |
| 45 | 45 | ]), |
| 46 | 46 | concat('foca-busqueda-cliente.js'), |
| 47 | - replace("['ui.bootstrap', 'focaDirectivas', 'angular-ladda']", '[]'), | |
| 48 | 47 | replace('src/views/', ''), |
| 49 | 48 | gulp.dest(paths.tmp), |
| 50 | 49 | rename('foca-busqueda-cliente.min.js'), |
src/js/app.js