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