guard :flay do

watch(%r{^lib/(.+)\.rb$})

# Rails example
watch(%r{^app/(.+)\.rb$})
watch(%r{^app/(.*)(\.erb|\.haml)$})
watch('config/routes.rb')

end