oliverdavies.uk/gulp/default.coffee

5 lines
68 B
CoffeeScript

g = require 'gulp'
g.task 'default', ->
g.start 'build', 'watch'