Use coffeescript for gulp

This commit is contained in:
Oliver Davies 2016-02-02 22:01:32 +00:00
parent f1048da9ae
commit cc9b97b840
13 changed files with 79 additions and 93 deletions

5
gulp/watch.coffee Normal file
View file

@ -0,0 +1,5 @@
g = require 'gulp'
g.task 'watch', ->
g.p.livereload.listen()
g.watch 'sass/**/*.scss', ['styles']