I just setup twitter-bootstrap-rails as described in it's guide and now I'm getting this error on line 39 in the lib/less/rails/template_handlers.rb
of less-rails
app/assets/stylesheets/application.css
/*
* This is a manifest file that'll automatically include all the stylesheets available in this directory
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
*= require bootstrap_and_overrides
*/
I tried to debug it and deleted everything in app/assets/stylesheets/bootstrap_and_overrides.css.less
but the error stayed.
I have therubyracer
& less-rails
in my Gemfile, both outside of the asset group.
What else can I do to debug this? What could cause this problem?