RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: martinholmin
Site: http://www.martinholmin.se/
Just add gem 'less-rails' to your Gemfile and config.less.compress = true to your application.rb assets:precompile will work just fine.
thanks ryan!
i had to import the selective components this way to get it working.
@import "twitter/bootstrap/reset.less";
Just add gem 'less-rails' to your Gemfile and config.less.compress = true to your application.rb assets:precompile will work just fine.
thanks ryan!
i had to import the selective components this way to get it working.
@import "twitter/bootstrap/reset.less";