Commit 9820132996fd3733c9ea8fb49497451b2573100b
1 parent
d3953b4029
Exists in
master
and in
1 other branch
agrego focaModal a replace gulp
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
gulpfile.js
... | ... | @@ -45,7 +45,7 @@ gulp.task('uglify', ['templates'], function() { |
45 | 45 | ]), |
46 | 46 | concat('foca-modal-cotizacion.js'), |
47 | 47 | replace('src/views/', ''), |
48 | - replace("['ui.bootstrap', 'focaDirectivas']", '[]'), | |
48 | + replace("['ui.bootstrap', 'focaDirectivas', 'focaModal']", '[]'), | |
49 | 49 | gulp.dest(paths.tmp), |
50 | 50 | rename('foca-modal-cotizacion.min.js'), |
51 | 51 | uglify(), |