Skip to content

Instantly share code, notes, and snippets.

@kapowaz
Created October 25, 2012 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kapowaz/1ddc36beb7faf4535d8c to your computer and use it in GitHub Desktop.
Save kapowaz/1ddc36beb7faf4535d8c to your computer and use it in GitHub Desktop.
# A sample Guardfile
# More info at https://github.com/guard/guard#readme
require './application' # Require your app with sprockets
guard 'sprockets2' do
watch(%r{^app/assets/.+$})
watch('application.rb')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment