Skip to content

Instantly share code, notes, and snippets.

@sebastiandeutsch
Created October 8, 2012 14:53

Revisions

  1. sebastiandeutsch created this gist Oct 8, 2012.
    15 changes: 15 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    source 'https://rubygems.org'

    # Guard
    group :guard do
    gem 'guard'

    gem 'guard-coffeescript'
    gem 'guard-haml'

    gem 'guard-sass'
    gem 'guard-compass'
    gem 'guard-livereload'

    gem 'rb-fsevent', '~> 0.9.1'
    end