Rails 3.1 中的资产服务路径 - 如何自定义它?
我偶然发现了这个问题:我希望从各自的目录提供不同类型的资产,而不是从 /assets
提供服务。
例如,如果我创建 app/assets/javascripts/application.js
我希望它从 /assets/javascripts/application.js
提供,而不是从 /assets/application.js
。现在它从后一个位置提供服务,我在文档中找不到任何可以更改此行为的配置选项。
I stumbled upon this problem: I want different type of assets to be served from the respective directories, not from /assets
.
For example, if I create app/assets/javascripts/application.js
I want it to be served from /assets/javascripts/application.js
, not from /assets/application.js
. Right now it serves from the latter location and I couldn't find any config option in the doc that changes this behavior.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有对此进行了广泛的讨论
there is a big discussion about it