twitter-bootstrap-rails icon indicating copy to clipboard operation
twitter-bootstrap-rails copied to clipboard

Git version crash font awesome icons

Open barcala opened this issue 9 years ago • 4 comments

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 avatar May 25 '15 10:05 barcala

Server specific error is:

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

barcala avatar May 25 '15 11:05 barcala

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

shenbin04 avatar Jun 29 '15 19:06 shenbin04

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.

stupidpupil avatar Jul 22 '15 19:07 stupidpupil

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

panmari avatar Aug 29 '15 12:08 panmari