1
0
Fork 0
forked from wezm/wezm.net
wezm.net/Guardfile
2011-01-25 22:52:18 +11:00

6 lines
115 B
Ruby

guard 'nanoc' do
watch(%r'^config.yaml')
watch(%r'^Rules')
watch(%r'^layouts\/')
watch(%r'^content\/')
end