Add Gemfile and Guardfile

This commit is contained in:
Ushitora Anqou
2020-03-31 20:58:22 +09:00
parent 4e377cabc7
commit b8414005e8
4 changed files with 69 additions and 0 deletions

7
Guardfile Normal file
View File

@ -0,0 +1,7 @@
Bundler.require :default
guard 'shell' do
watch(/^main\.asciidoc$/) {|m|
Asciidoctor.convert_file m[0], safe: :safe
}
end