Skip to content

Instantly share code, notes, and snippets.

@shwoodard
Created July 30, 2012 23:13
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 shwoodard/3211741 to your computer and use it in GitHub Desktop.
Save shwoodard/3211741 to your computer and use it in GitHub Desktop.
...
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails'
gem 'coffee-rails'
gem 'libv8', '~> 3.11.8'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', '~> 0.11.0beta5', :platforms => :ruby
gem 'uglifier'
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment