stage-manager/Guardfile

6 lines
116 B
Ruby

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