Skip to content

Instantly share code, notes, and snippets.

@rawsyntax
Created November 4, 2013 02:12
Show Gist options
  • Save rawsyntax/7297149 to your computer and use it in GitHub Desktop.
Save rawsyntax/7297149 to your computer and use it in GitHub Desktop.
guard 'pow' do
watch('.powrc')
watch('.powenv')
watch('.rvmrc')
watch('Gemfile')
watch('Gemfile.lock')
watch('config/application.rb')
watch('config/environment.rb')
watch(%r{^config/environments/.*\.rb$})
watch(%r{^config/initializers/.*\.rb$})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment