Watch all coffee files for running test

This commit is contained in:
Juan Cruz Viotti 2014-10-31 10:06:48 -04:00
parent a491627354
commit f961d44fd7

View File

@ -25,5 +25,4 @@ gulp.task 'lint', ->
.pipe(coffeelint.reporter())
gulp.task 'watch', [ 'test', 'lint' ], ->
gulp.watch(OPTIONS.files.tests, [ 'test' ])
gulp.watch(OPTIONS.files.coffee, [ 'lint' ])
gulp.watch(OPTIONS.files.coffee, [ 'test', 'lint' ])