seyhunak / twitter-bootstrap-rails

Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
https://github.com/seyhunak/twitter-bootstrap-rails
4.49k stars 997 forks source link

Font Awesome - Twitter Bootstrap Rails - Passenger Gem #648

Closed prodigerati closed 11 years ago

prodigerati commented 11 years ago

For some reason the font awesome files will not update in my production environment. I can't view any of the FA 3.2 font icons. I am running Twitter bootstrap rails (2.2.8), all the other icons display correctly.

All icons also display correctly in my development environment. I am running ruby 2.0.0 p192 and Rails 4.0.0

Any help would be appreciated,

prodigerati commented 11 years ago

found the answer... guess it was how I compiled assets for production.

RAILS_ENV=production rake assets:precompile

fixed the problem