Skip to content

Commit

Permalink
chore: Fix watch task to pre run build task
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Oct 13, 2016
1 parent 27a321d commit 8bb97c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ gulp.task('optimize:icons', function() {
* > Watch
*/

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

0 comments on commit 8bb97c0

Please sign in to comment.