From 84e57a0ec8db061d36283994dd59e2e21f2b21ed Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 18 Jul 2011 09:03:23 -0400 Subject: [PATCH] a guardfile for me --- Guardfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Guardfile diff --git a/Guardfile b/Guardfile new file mode 100644 index 0000000..ce91254 --- /dev/null +++ b/Guardfile @@ -0,0 +1,6 @@ +guard 'livereload' do + watch('index.md') + watch(%r{^images/}) + watch(%r{^stylesheets/}) +end +