Skip to content

Instantly share code, notes, and snippets.

@oafridi
Created November 13, 2014 19:15
Show Gist options
  • Save oafridi/7e53258519a2095e83cc to your computer and use it in GitHub Desktop.
Save oafridi/7e53258519a2095e83cc to your computer and use it in GitHub Desktop.
guard
gem 'guard'
gem 'guard-rspec', require: false
gem 'guard-livereload', require: false
# then run
guard init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment