Skip to content

Instantly share code, notes, and snippets.

@mrrooijen
Created June 23, 2011 03:05
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrrooijen/1041820 to your computer and use it in GitHub Desktop.
Save mrrooijen/1041820 to your computer and use it in GitHub Desktop.
Heroku CoffeeScript, Compass, Sprockets in Rails 3.1.rc4
source 'http://rubygems.org'
gem 'rails', '3.1.0.rc4'
gem 'sprockets', '!= 2.0.0.beta.11'
gem 'haml-rails'
gem 'sass-rails'
gem 'compass', :git => 'https://github.com/chriseppstein/compass.git', :branch => 'rails31'
gem 'coffee-script'
gem 'uglifier'
gem 'therubyracer'
gem 'jquery-rails'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment