5 lines
77 B
CoffeeScript
5 lines
77 B
CoffeeScript
g = require 'gulp'
|
|
|
|
g.task 'watch', ->
|
|
g.watch 'styles/*.sass', ['styles']
|