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