Commit 71bdf1c374d83f5057f2cbbf9bb052532a626e30
1 parent
8937dda114
Exists in
master
and in
1 other branch
ok url, ok gulp replace
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
gulpfile.js
| ... | ... | @@ -40,7 +40,7 @@ gulp.task('uglify', ['templates'], function() { |
| 40 | 40 | ]), |
| 41 | 41 | concat('foca-modal-localizar.js'), |
| 42 | 42 | replace('src/views/', ''), |
| 43 | - replace("['ui.bootstrap', 'focaDirectivas']", '[]'), | |
| 43 | + replace("['ui.bootstrap', 'focaDirectivas', 'focaModal']", '[]'), | |
| 44 | 44 | gulp.dest(paths.tmp), |
| 45 | 45 | rename('foca-modal-localizar.min.js'), |
| 46 | 46 | uglify(), |
package.json