UNPKG

120 Btext/coffeescriptView Raw
1module.exports = (gulp) ->
2 gulp.task 'watch', ->
3 gulp.watch [
4 'src/**/*.coffee'
5 ], ['specs']
6 return