gpt4 book ai didi

CoffeeScript - 编译当前目录和所有子目录中的所有 .coffee 文件

转载 作者:行者123 更新时间:2023-12-03 10:31:02 27 4
gpt4 key购买 nike

编译当前目录和所有子目录中所有 .coffee 文件的最简单方法是什么?

最佳答案

如果您使用 *nix 系统:

find -name "*.coffee" -exec coffee -c {} \;

你也可以考虑使用 Guard : https://github.com/guard/guard-coffeescript

关于CoffeeScript - 编译当前目录和所有子目录中的所有 .coffee 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8817281/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com