Guardfile in webhookr-0.0.2 vs Guardfile in webhookr-0.1.0
- old
+ new
@@ -16,10 +16,10 @@
["test/functional", "test/integration"]
}
end
guard 'livereload' do
- watch('README.md')
+ watch('README.html')
end
guard 'markdown', :convert_on_start => true do
watch ('README.md') { "./README.md|./README.html" }
end