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.5k stars 999 forks source link

Git version crash font awesome icons #859

Open barcala opened 9 years ago

barcala commented 9 years ago

If I replace: gem 'twitter-bootstrap-rails' by: gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git' And run bundle install, Awesome icons does not work anymore.

barcala commented 9 years ago

Server specific error is:

ActionController::RoutingError (No route matches [GET] "/assets/fonts/fontawesome-webfont.ttf")

shenbin04 commented 9 years ago

Yes, the url is compiled to /assets/fonts/...

stupidpupil commented 8 years ago

I think this is because the less files, which are left over from FontAwesome 4.2, don't respect the variables being set in bootstrap_and_overrides.

panmari commented 8 years ago

@Soweyln @stupidpupil yes you're both right. Fixed the issue in my PR.