5 lines
63 B
Plaintext
5 lines
63 B
Plaintext
|
guard 'livereload' do
|
||
|
watch(%r{^(assets|presentation)})
|
||
|
end
|
||
|
|