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 文件可能会很大。是否有某种 gem 可以在生产模式下运行时最小化所有 css 和 js 以减少最终用户的加载时间?
是的。
http://synthesis.sbecker.net/pages/asset_packager
备择方案:
http://david-burger.blogspot.com/2008/02/minify-rails-javascript-and-css-with.html https://github.com/thumblemonks/smurf
http://david-burger.blogspot.com/2008/02/minify-rails-javascript-and-css-with.html
https://github.com/thumblemonks/smurf
Jammit也是 Rails 的另一种资产包装。