Skip to content

Commit

Permalink
fix: Add widgets watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed May 25, 2016
1 parent 66144e1 commit c95dab2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,8 @@ gulp.task('build:widget-settings', function() {

gulp.task('watch', function() {
gulp.watch(srcPath + '/themes/**/*.json', ['build:themes']);
//gulp.watch(srcPath + '/schemes/scheme.YAML-tmTheme', ['build:schemes']);
//gulp.watch(srcPath + '/widgets/widget.*', ['build:widgets']);
//gulp.watch(srcPath + '/settings/*.json', ['build:schemes', 'build:widgets']);
gulp.watch(srcPath + '/widgets/widget.*', ['build:widgets']);
gulp.watch(srcPath + '/settings/*.json', ['build:schemes', 'build:widgets']);
});


Expand Down

0 comments on commit c95dab2

Please sign in to comment.