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