diff --git a/gulpfile.coffee b/gulpfile.coffee index 75c1c9fa..820a9db6 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -54,6 +54,6 @@ gulp.task 'build', [ 'man' ] -gulp.task 'watch', [ 'test', 'lint' ], -> +gulp.task 'watch', [ 'test', 'lint', 'coffee' ], -> gulp.watch([ OPTIONS.files.coffee, OPTIONS.files.json ], [ 'coffee' ]) gulp.watch([ OPTIONS.files.man ], [ 'man' ])