Skip to content

Commit

Permalink
Change watch task to default
Browse files Browse the repository at this point in the history
  • Loading branch information
jariz committed May 26, 2015
1 parent 57748d0 commit 1df17e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ gulp.task 'closure', ->
.pipe(gulp.dest('dist'));

gulp.task 'watch', ->
gulp.watch ['**/*.coffee'], ['scripts']
gulp.watch ['**/*.coffee'], ['default']

0 comments on commit 1df17e3

Please sign in to comment.