Commit 1672ed990de2e0aa615bee10f06394ac447c3229
1 parent
1f74d9c1de
Exists in
master
agrego focaModal para elminarla del min.js
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
gulpfile.js
| ... | ... | @@ -39,7 +39,7 @@ gulp.task('uglify', ['templates'], function() { |
| 39 | 39 | ]), |
| 40 | 40 | concat('foca-abm-precios-condiciones.js'), |
| 41 | 41 | replace('src/views/', ''), |
| 42 | - replace("['ngRoute', 'ui.bootstrap']", '[]'), | |
| 42 | + replace("['ngRoute', 'ui.bootstrap', 'focaModal']", '[]'), | |
| 43 | 43 | gulp.dest(paths.tmp), |
| 44 | 44 | rename('foca-abm-precios-condiciones.min.js'), |
| 45 | 45 | uglify(), |