write-your-llvm-backend/Guardfile

8 lines
131 B
Plaintext
Raw Permalink Normal View History

2020-03-31 18:58:22 +07:00
Bundler.require :default
guard 'shell' do
watch(/^main\.asciidoc$/) {|m|
Asciidoctor.convert_file m[0], safe: :safe
}
end