Created
June 23, 2011 03:05
-
-
Save mrrooijen/1041820 to your computer and use it in GitHub Desktop.
Heroku CoffeeScript, Compass, Sprockets in Rails 3.1.rc4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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