guard ‘middleman’ do

watch(%r{^config.rb})
watch(%r{^data/.*})
watch(%r{^source/.*})

watch(%r{^views/.*})
watch(%r{^public/.*})

end