0

我在 heroku 上部署了一个 rails 4 应用程序。在我的资产/样式表中,我有一个 icomoon 文件夹,其中包含其样式和 icomoon 字体文件。icomoon 在开发模式下呈现在页面中,但在部署到 heroku 时不会呈现。我已经安装了 gem 'rails_12factor' 并设置了 config.serve_static_assets = true。是什么导致 icomoon 在生产模式下无法加载?

4

1 回答 1

0

您是否尝试过使用asset-urlSASS 助手?如果font-url您将字体重新定位到assets/fonts

于 2014-02-13T21:24:41.827 回答