1
0
Fork 0
forked from wezm/wezm.net
wezm.net/v1/Guardfile

9 lines
240 B
Text
Raw Normal View History

2013-07-28 07:27:22 +00:00
# A sample Guardfile
# More info at https://github.com/guard/guard#readme
guard 'nanoc' do
watch('nanoc.yaml') # Change this to config.yaml if you use the old config file name
watch('Rules')
watch(%r{^(content|layouts|lib)/.*$})
end