UNPKG

eventric

Version:

behavior-first application development

8 lines (7 loc) 163 B
watch = require 'gulp-watch' module.exports = (gulp) -> gulp.task 'watch', -> gulp.watch [ '+(src|spec)/**/*.+(coffee|js)' ], ['specs'] return