Skip to content

Instantly share code, notes, and snippets.

@Chryus
Created December 23, 2016 21:47
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 Chryus/0aab3ca757cc68765abd18a5d5b3890f to your computer and use it in GitHub Desktop.
Save Chryus/0aab3ca757cc68765abd18a5d5b3890f to your computer and use it in GitHub Desktop.
example gemfile
gem "browserify-rails"
group :development, :test do
# Your choice of test library.
# Also available, teaspoon-mocha / teaspoon-qunit
gem "teaspoon-jasmine"
# Teaspoon's front-end is written in CoffeeScript but it's not a dependency
gem "coffee-script"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment