mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
6 lines
115 B
Ruby
6 lines
115 B
Ruby
guard 'nanoc' do
|
|
watch(%r'^config.yaml')
|
|
watch(%r'^Rules')
|
|
watch(%r'^layouts\/')
|
|
watch(%r'^content\/')
|
|
end
|