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 +