a guardfile for me

This commit is contained in:
John Bintz 2011-07-18 09:03:23 -04:00
parent f157a12a94
commit 84e57a0ec8

6
Guardfile Normal file
View File

@ -0,0 +1,6 @@
guard 'livereload' do
watch('index.md')
watch(%r{^images/})
watch(%r{^stylesheets/})
end