Skip to content
Snippets Groups Projects
Commit 15455ca0 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Fix "ionic serve" watches files

parent dfa26e82
Branches
Tags
No related merge requests found
...@@ -38,7 +38,7 @@ var paths = { ...@@ -38,7 +38,7 @@ var paths = {
templates: ['./www/templates/**/*.html'], templates: ['./www/templates/**/*.html'],
templatecache: ['./www/templates/**/*.html'], templatecache: ['./www/templates/**/*.html'],
ng_translate: ['./www/i18n/locale-*.json'], ng_translate: ['./www/i18n/locale-*.json'],
ng_annotate: ['./www/js/*.js'] ng_annotate: ['./www/js/**/*.js']
}; };
gulp.task('default', ['sass', 'config', 'templatecache', 'ng_translate', 'ng_annotate']); gulp.task('default', ['sass', 'config', 'templatecache', 'ng_translate', 'ng_annotate']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment