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

ActionView::Template::Error (variable @glyphiconsEotPath is undefined) #891

Closed LeoMustafa closed 8 years ago

LeoMustafa commented 8 years ago

I was running my app with twitter-bootstrap-rails(3.2.1.rc1/3.2.2), the browser and console both returned the message, but i tried it in 3.2.0 and it seems to be fine.

Less::ParseError in Products#index Showing /rails-code/shop/app/views/layouts/application.html.erb where line 15 raised:

variable @glyphiconsEotPath is undefined

Extracted source (around line 15):

13 <![endif]-->
14
15 <%= stylesheet_link_tag "application", :media => "all" %>

So i guess it may be a bug, i think you may have a try.

thanks