我正在使用twbs-bootstrap-sass 3.1.1(使用凉亭安装)与 Rails 4.0.2 一起使用
问题是字形图标在生产环境中不起作用。
我有一个 app.css.scss 文件,其中包含以下内容:
$icon-font-path: '/assets/twbs-bootstrap-sass/vendor/assets/fonts/bootstrap/';
这在开发环境中工作,但在生产中,检查(使用 chrome),我有这个错误:
Failed to load resource: the server responded with a status of 404 (Not Found)
http://someapp.com/assets/twbs-bootstrap-sass/vendor/assets/fonts/bootstrap/glyphicons-halflings-regular.woff
我将$icon-font-path更改为/fonts以进行测试。在生产中消失 404 错误,但我看不到图标工作。这也破坏了开发配置。