Skip to content

Instantly share code, notes, and snippets.

@jamestomasino
Created June 8, 2016 02:52
Show Gist options
  • Save jamestomasino/8e50fe59cdfa03aa090d5047233808cf to your computer and use it in GitHub Desktop.
Save jamestomasino/8e50fe59cdfa03aa090d5047233808cf to your computer and use it in GitHub Desktop.
A working Gemfile
source "http://rubygems.org"
gem 'compass', '1.0'
gem 'sass', '3.4.4'
gem 'guard', '2.6.1'
gem 'guard-compass', '1.1.0'
gem 'guard-livereload', '2.3.1'
gem 'guard-bundler', '2.0.0'
gem 'yajl-ruby', '1.2.1'
gem 'sassy-buttons', '0.2.6'
gem 'closure-compiler', '1.1.11'
gem 'sprocketize', '0.1'
gem 'guard-sprockets', '1.1.0'
gem 'guard-coffeescript', '1.4.0'
gem 'uglifier', '2.5.3'
gem 'ruby_gntp', '0.3.4'
case RUBY_PLATFORM
when /win32/
gem 'wdm'
when /darwin/i
gem 'rb-fsevent'
gem 'growl'
# gem 'growl_notify'
else
gem 'rb-inotify'
gem 'therubyracer'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment