raven/Guardfile

6 lines
116 B
Plaintext
Raw Permalink Normal View History

guard 'rack' do
watch('Gemfile.lock')
watch('config.ru')
watch('server.rb')
watch(%r{^(lib)/.*})
end