jasontorres / bootstrap-on-rails

A simpler implementation of Bootstap 3 for Rails. Only packaged assets. No bloat. Pure Less.
52 stars 8 forks source link

Glyphicons issue in production #6

Closed eveevans closed 10 years ago

eveevans commented 11 years ago

Related to this > https://github.com/jasontorres/bootstrap-on-rails/issues/3

The solution of @jasontorres works well in development but no in production with Asset precompile.

I think that you need to use asset-path for the @icon-font-path: but I'm not secure exaclty how.

zedtux commented 10 years ago

The README.md file of the gem has details on how to update the bootstrap_and_overrides.css.less file.

I tried it and it works like a charm. In development and production environment all is working perfectly. I think this ticket can be closed.

jasontorres commented 10 years ago

Awesome ;)