Skip to content

Instantly share code, notes, and snippets.

@jathayde
Created April 10, 2014 18:44
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 jathayde/10410912 to your computer and use it in GitHub Desktop.
Save jathayde/10410912 to your computer and use it in GitHub Desktop.
SUSY 2 with Rails 3.2.x
#
# This uses Ruby 2.x and Rails 3.2.16
group :assets do
gem "sass", "~> 3.3.2"
gem 'sass-rails', '~> 3.2.6'
gem 'autoprefixer-rails', '~>1.0'
gem 'coffee-rails', '~> 3.2.1'
gem 'compass', '1.0.0.alpha.18'
gem 'compass-rails', '~> 1.1.3'
gem "susy", "~> 2.0.0"
gem 'uglifier', '>= 1.0.3'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment