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
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ var paths = {
templates: ['./www/templates/**/*.html'],
templatecache: ['./www/templates/**/*.html'],
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']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment