# Sample guardfile block for Guard::Asciidoctor # You can use some options to change guard-asciidoctor configuration

guard :asciidoctor do

watch(/^.+(\.asciidoc)$/)
watch(/^.+(\.adoc)$/)

end