Skip to content

Instantly share code, notes, and snippets.

@kares
Created April 15, 2012 12:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kares/2392346 to your computer and use it in GitHub Desktop.
Save kares/2392346 to your computer and use it in GitHub Desktop.
Less on Rails with V8 (CRuby) or Rhino (JRuby)
group :assets do
#gem 'sass-rails', '~> 3.1.4'
#gem 'coffee-rails', '~> 3.1.1'
#gem 'uglifier', '>= 1.0.3'
gem 'less', :git => 'git://github.com/kares/less.rb.git', :submodules => true
gem 'less-rails', '>= 2.2.1'
gem 'less-rails-bootstrap' # optional
gem 'therubyracer', :platforms => :ruby
gem 'therubyrhino', :platforms => :jruby
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment