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.
有没有办法在我的项目中更改文件后自动触发重建?我想做一些类似于 SASS 的事情,它监视 scss 文件的目录并立即编译新的 css 文件。
有多种良好的构建系统具有不同的依赖项和要求。
来自“老派”建设者的一些样本是:Ant、Make
如果您构建 Web 应用程序,或者以防万一使用 nodejs,您可以尝试基于 javascript 的构建器,只需一小部分名称:Bower、Grunt、GearJS、Shifter (YUI3)。
因此,只需衡量您的需求/能力,并根据该衡量标准选择更好的套件。