【发布时间】:2013-01-11 02:53:41
【问题描述】:
我有这个:coffee --output extension/javascripts/ --compile app.coffee,我想添加 --watch 参数。我该如何实施?
因为当我这样做时,它不起作用
─$ coffee --output extension/javascripts/ --compile app.coffee --watch
File not found: --watch.coffee
【问题讨论】:
标签: coffeescript