diff --git a/Guardfile b/Guardfile index 39e0db55..cb76917a 100644 --- a/Guardfile +++ b/Guardfile @@ -1,6 +1,7 @@ guard 'nanoc' do watch('nanoc.yaml') watch('Rules.rb') + watch(%r{^rules/.*$}) watch(%r{^(items|layouts|lib)/.*$}) watch('etc/dictionary') watch('etc/compass/compass.rb')