bootstrap-sassを使っててアイコンがでない
compassを使っているからかもしれないけどbootstrap-sassでアイコンがでない。
関連のgemはこんな按配。
gem 'sass-rails', '3.2.5' gem 'coffee-rails', '3.2.2' gem 'bootstrap-sass', '~> 2.2.2.0' gem 'bootswatch-rails' gem 'compass-rails'
なんでかよくわからないけど、パスを通し直してなんとかした。。
application.css.scss
$iconSpritePath: "/assets/glyphicons-halflings.png"; $iconWhiteSpritePath: "/assets/glyphicons-halflings-white.png"; @import "bootstrap";