我有这个:coffee --output extension/javascripts/ --compile app.coffee
我想添加 --watch 参数。我该如何实施?
因为当我这样做时,它不起作用
─$ coffee --output extension/javascripts/ --compile app.coffee --watch
File not found: --watch.coffee
我有这个:coffee --output extension/javascripts/ --compile app.coffee
我想添加 --watch 参数。我该如何实施?
因为当我这样做时,它不起作用
─$ coffee --output extension/javascripts/ --compile app.coffee --watch
File not found: --watch.coffee