From 6280379353abd634df957ecdd7a08e4e52e3527c Mon Sep 17 00:00:00 2001 From: Chris Chapman Date: Tue, 25 Oct 2016 03:09:50 -0600 Subject: [PATCH] Watch rule files --- Guardfile | 1 + 1 file changed, 1 insertion(+) 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')