webdap/Guardfile

6 lines
108 B
Plaintext
Raw Normal View History

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