我在Rails应用中使用gem 'twitter-bootstrap-rails'
。
直到今天早上工作正常。我删除了另一个gem并执行了bundle install
。
现在我的Bootstrap图标不会显示出来。我使用的是原生的Bootstrap图标。这是一个示例显示:
<i class="icon-search"></i>
此外,Rails应用程序不会运行,直到我从application.css中删除此行
*= require bootstrap
我尝试添加此行:
*= require twitter-bootstrap-static/sprites
但是,这没有用。
我在bootstrap_and_overrides.css.scss
@import "bootstrap";
@import "bootstrap-responsive";
这是在我的外部库中:
感谢您的帮助!
答案 0 :(得分:0)
尝试将glyphicons-halflings.png
复制到RAILS_ROOT/app/assets/images
。你还得到404页面找不到错误吗?
答案 1 :(得分:0)
我也有同样的问题。
您需要在glyphicons-halflins.png
文件夹或glyphicons-halflings-white.png
文件夹下移动app/public/fonts/
和app/public/images