7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
|
guard 'livereload' do
|
||
|
watch('index.md')
|
||
|
watch(%r{^images/})
|
||
|
watch(%r{^stylesheets/})
|
||
|
end
|
||
|
|