twitter-bootstrap-rails
twitter-bootstrap-rails copied to clipboard
Git version crash font awesome icons
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.
Server specific error is:
ActionController::RoutingError (No route matches [GET] "/assets/fonts/fontawesome-webfont.ttf")
Yes, the url is compiled to /assets/fonts/...
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.
@Soweyln @stupidpupil yes you're both right. Fixed the issue in my PR.