Skip to content

Instantly share code, notes, and snippets.

@xn
Created July 3, 2011 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xn/1061991 to your computer and use it in GitHub Desktop.
Save xn/1061991 to your computer and use it in GitHub Desktop.
Speeding up the asset pipeline
gem 'rails', '3.1.0.rc4', :git => "git://github.com/rails/rails", :branch => "3-1-stable"
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'pg'
# Asset template engines
gem 'sass', :git => "git://github.com/nex3/sass.git"
gem 'sprockets', :git => "git://github.com/xn/sprockets.git"
gem 'coffee-script', :git => "git://github.com/wycats/ruby-coffee-script.git"
gem 'uglifier'
gem 'haml', :git => "git://github.com/cheald/haml.git"
gem "haml-rails"
gem 'jquery-rails'
gem "barista", :git => "git://github.com/brainopia/barista.git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment