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.
我想删除我的 CSS 和 JS 文件上由 rails 缓存生成的时间戳。我将如何做到这一点?
config.assets.debug = false在config/application.rb相关环境配置中设置的资产预编译期间关闭附加到文件名的摘要。
config.assets.debug = false
config/application.rb
这在导轨的这一部分的底部有说明。
资产摘要