coffee编译coffee到js

coffee -c -o destination(directory)  original(coffee file)

例子:

coffee -c -o /home/user/Desktop /home/user/Desktop/coffeeDemo/index.coffee

你可能感兴趣的:(编译,Coffee)