リア充爆発日記

You don't even know what ria-ju really is.

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";