5 lines
68 B
CoffeeScript
5 lines
68 B
CoffeeScript
g = require 'gulp'
|
|
|
|
g.task 'default', ->
|
|
g.start 'build', 'watch'
|