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
191 B
CoffeeScript
Raw Normal View History

2016-05-28 16:41:41 +00:00
gulp.task 'watch', ->
plugins.refresh.listen()
gulp.watch config.sass.sourceDir + config.sass.pattern, ['styles']
2016-05-28 18:24:47 +00:00
gulp.watch config.js.sourceDir + config.js.pattern, ['scripts']