Skip to content

Instantly share code, notes, and snippets.

@switchspan
Created July 27, 2013 19:52
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 switchspan/6096058 to your computer and use it in GitHub Desktop.
Save switchspan/6096058 to your computer and use it in GitHub Desktop.
RAILS: Test Gist
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer'
gem 'uglifier', '>= 1.0.3'
# Add Foundation Here
gem 'compass-rails' # you need this or you get an err
gem 'zurb-foundation', '~> 4.0.0'
gem 'foundation-icons-rails'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment