Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
处理咖啡脚本项目的开发团队是否会从他们的 git 存储库中排除已编译的 .js 文件,并仅跟踪 .coffee 文件,同时期望开发人员在测试时将 .coffee 文件编译为 js?
如果我是你,我会排除它们。它们是构建工件。
有一个生成 js 的完整构建任务
当您进行与咖啡脚本无关的简单更改时,您的开发人员可以运行不包括构建 js 的增量任务,因为它使用已经存在的构建工件。