Skip to content

Instantly share code, notes, and snippets.

@a-bx
Last active December 17, 2015 18:59
Show Gist options
  • Save a-bx/5657532 to your computer and use it in GitHub Desktop.
Save a-bx/5657532 to your computer and use it in GitHub Desktop.
TideSDK working with coffeescript, HAML, SAAS and Sprockets
source 'https://rubygems.org'
gem 'redcarpet', '1.17.2'
gem 'guard', '~> 1.8.0'
gem 'guard-haml', '~> 0.5'
gem 'guard-sass', '~> 1.1.0'
gem 'guard-coffeescript', '~> 1.3.0'
gem 'guard-sprockets'
gem 'guard-rocco'
gem 'coffee-script', '~> 2.2.0'
gem 'haml', '~> 4.0.2'
gem 'sass', '~> 3.2.9'
gem 'sprockets'
gem 'therubyracer'
gem 'uglifier'
gem 'rb-fsevent'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment