UNPKG

163 Btext/coffeescriptView Raw
1watch = require 'gulp-watch'
2
3module.exports = (gulp) ->
4 gulp.task 'watch', ->
5 gulp.watch [
6 '+(src|spec)/**/*.+(coffee|js)'
7 ], ['specs']
8 return
\No newline at end of file