我正在使用twbs-bootstrap-sass 3.1.1(使用bower安装)使用Rails 4.0.2
问题是 glyphicons 在生产环境中不起作用。
我有一个带有以下内容的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错误但是,我看不到图标工作。这也打破了开发配置。