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.
是否有可能在生产中使用资产管道来分离 js 和 css 的 minifcaiton 和串联?
我想预编译我的 css,但我想保留我的 js 文件,因为它们正在开发中。
在您的application.js文件中,您可以删除该行:
application.js
//= require_tree .
这会导致资产管道忽略您的个人 javascript 文件以集中注意力。
您可以手动添加您希望包含在 application.js 文件中的任何文件。