Rails: Issue with less after bootstrap update -- Cannot load such file -- less

KoU_warch picture KoU_warch · Nov 15, 2012 · Viewed 8.4k times · Source

It all was working fine before bootstrap update but now i have this error:

cannot load such file -- less
 (in /home/warch/development/railcast_196/app/assets/stylesheets/bootstrap_and_overrides.css.less)`

i tried to google this with no luck, i already added the less gems specified in the latest bug resolve:

Gemfile extract:

gem 'less-rails'
gem 'therubyracer'
...
gem 'twitter-bootstrap-rails'

Answer

Fusco picture Fusco · Dec 24, 2012

add in your Gemfile in assets group

gem 'less', '2.2.2' # (at this date)