Skip to content

Instantly share code, notes, and snippets.

@marcelosomers
Last active December 31, 2015 00:08
Show Gist options
  • Save marcelosomers/7904951 to your computer and use it in GitHub Desktop.
Save marcelosomers/7904951 to your computer and use it in GitHub Desktop.
A base guardfile for using guard-livereload on Serve (http://get-serve.org/)
# A Guardfile for Serve (http://get-serve.org/)
guard 'livereload' do
watch(%r{views/.+\.(erb|haml|slim)$})
watch(%r{public/.+\.(css|js|html)})
watch(%r{stylesheets/.+\.(scss|sass)})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment