Rails

2017-07-06, rails

twitter-bootstrap-railsでGlyphiconsを使う

多分、railsやgemのバージョンごとに対処法が全然違います。今回、うまくいったのは以下の構成でインストール時に「static」を指定しています。

gem 'rails', '4.2.4'
gem 'twitter-bootstrap-rails', '~> 3.2'

以下のファイルの指定を(コメントの通りなんですが)書き換えると、fontawesomeの代わりに、glyphiconsが使えるようになります。

bootstrap_and_overrides.css
  Use Font Awesome icons (default)
  To use Glyphicons sprites instead of Font Awesome, replace with "require twitter-bootstrap-static/sprites"
  =require twitter-bootstrap-static/sprites

参考URL

この記事は役に立ちましたか?