UNPKG

204 BPlain TextView Raw
1guard :coffeescript, input: 'dist/helpers', output: 'dist/helpers'
2
3guard 'process', name: 'Jasmine specs', command: 'jasmine-node --coffee --color spec/compiler_spec.coffee' do
4 watch(%r{src|spec})
5end