Coffee script compilation

前端 未结 11 2141
深忆病人
深忆病人 2020-12-13 05:19

I\'m looking for simplest possible way to automatically recompile coffee scripts into JS.

Reading documentation but still having troubles to get exactly what I want.

11条回答
  •  轮回少年
    2020-12-13 05:40

    Being one level above /src, this will work for all .coffee files found no matter the depth.

    coffee -w -c src/
    

提交回复
热议问题