标签: javascript command-line coffeescript
我的结构是:
src/awesome.coffee dist/ demo/
我希望使用咖啡的CLI编译awesome.coffee并在dist和demo输出。
awesome.coffee
dist
demo
现在我正在这样做:
coffee --compile --watch --output dist/ src/
我不知道如何添加新的输出文件夹...