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

asset_path added to sprites.css.erb #817

Closed ghost closed 9 years ago

ghost commented 9 years ago

Tried to switch to (or add) glyphicons in bootstrap_and_overrides.css but the path to glyphicons was wrong changed it so it used asset_path

Without this when you modify bootstrap_and_overrides.css to use glyphicons the path to the fonts is wrong /*

Use Font Awesome icons (default)
To use Glyphicons sprites instead of Font Awesome, replace with "require twitter-bootstrap-static/sprites
=require twitter-bootstrap-static/fontawesome

*/

toadkicker commented 9 years ago

@gbleydon please consider using my fork at https://github.com/toadkicker/railsstrap which doesn't have these issues.