Twitter bootstrap – Bootstrap 3 Glyphicons are not rendering properly in rails
I am using the following gems: gem 'therubyracer', platforms: :ruby #gem "therubyracer" gem "less-rails" #Sprockets (what Rails 3.1 uses for its asset pipeline) supports LESS gem "twitter-bootstrap-rails" and in asset pipeline this is the code * *= require_bootstrap_and_overrides *= require_self…