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

v2.0.9 rake assets:precomile error #270

Closed ppworks closed 10 years ago

ppworks commented 12 years ago
rake assets:precompile
rake aborted!
Invalid CSS after "...nd-image:url(""": expected ")", was "/assets/twitter..."

So, I switch back to old version'2.0.7' No error occurred.

allenwalker3 commented 12 years ago

Same error. Went back to 2.0.8.

toxaq commented 12 years ago

Same error, also went back to 2.0.8

toxaq commented 12 years ago

This change looks related: https://github.com/seyhunak/twitter-bootstrap-rails/commit/5269f0022179ef442820a124dae4da8f06275010

ano1chan commented 12 years ago

I hit with this error before and it seem related to asset-path takes two variable @iconSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings.png', image); @iconWhiteSpritePath: asset-path('twitter/bootstrap/glyphicons-halflings-white.png', image);

This should fix the problem

shanepinnell commented 12 years ago

@ano1chan solution worked for me.