This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/gulp/watch.coffee

6 lines
170 B
CoffeeScript
Raw Normal View History

2016-04-12 18:36:43 +00:00
gulp = require 'gulp'
gulp.task 'watch', ->
gulp.watch gulp.config.sassPattern, ['styles']
gulp.watch gulp.config.assetsDir + gulp.config.jsPattern, ['scripts']