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

7 lines
104 B
CoffeeScript
Raw Normal View History

2016-02-02 22:01:32 +00:00
g = require 'gulp'
g.task 'watch', ->
g.p.livereload.listen()
g.watch 'styles/*.scss', ['styles']