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 998 forks source link

Fix issue with missing Fontawesome icons when using Less template #833

Closed torstenb closed 1 year ago

torstenb commented 9 years ago

When using less templates, the font path used in fontawesome/variables.less does not work with Rails asset pipeline. By overwriting the @fa-font-path used in the Font Awesome toolkit, it now works.

freemanoid commented 9 years ago

Whether it would work for not-less (static) version?