Skip to content

Instantly share code, notes, and snippets.

@shwoodard
Created July 30, 2012 23:13
Show Gist options
  • Select an option

  • Save shwoodard/3211741 to your computer and use it in GitHub Desktop.

Select an option

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