Skip to content

Instantly share code, notes, and snippets.

@livando
Created October 15, 2011 18:58
Show Gist options
  • Save livando/1289985 to your computer and use it in GitHub Desktop.
Save livando/1289985 to your computer and use it in GitHub Desktop.
live-reload
#Gemfile
group :development, :test do
gem 'rb-fsevent', :require => false if RUBY_PLATFORM =~ /darwin/i
gem 'guard-livereload'
end
#Command Line
guard init livereload
guard
#Chrome
select 'LR' button
#NOTE
firefox 7 is not supported yet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment