Skip to content

Instantly share code, notes, and snippets.

@d48
Created May 24, 2013 22:58
Show Gist options
  • Save d48/5647066 to your computer and use it in GitHub Desktop.
Save d48/5647066 to your computer and use it in GitHub Desktop.
guard watch command for any css, js, html files within the subdirectory that gets updated
guard 'livereload' do
# watch any of these files in this directory and under
watch(%r{^.+\.(css|js|html)})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment