5 lines
93 B
Ruby
5 lines
93 B
Ruby
guard 'rack' do
|
|
watch('Gemfile.lock')
|
|
watch('server.rb')
|
|
watch(%r{^(lib)/.*})
|
|
end |