Skip to content

Instantly share code, notes, and snippets.

View jetsgit's full-sized avatar

Jerry Thompson jetsgit

View GitHub Profile
@jetsgit
jetsgit / Gemfile
Created January 21, 2012 18:45 — forked from chriseppstein/readme.md
How to integrate Compass with Rails 3.1 asset pipeline
group :assets do
gem 'sass-rails', '~> 3.1.0'
gem 'coffee-rails', '~> 3.1.0'
gem 'uglifier'
gem 'compass', '~> 0.12.alpha'
# include other compass plugins here. E.g.:
gem 'compass-susy-plugin', :require => 'susy'
end