tajmone / ST4-Asciidoctor

AsciiDoc Package for SublimeText 4
https://tajmone.github.io/ST4-Asciidoctor
MIT License
11 stars 6 forks source link

Rake Tests Conversions to HTML #33

Closed tajmone closed 2 years ago

tajmone commented 3 years ago

The syntax tests are growing and conversion of the ADoc test sources to HTML (along with other docs in the tests folders) is starting to become slow and cumbersome.

We should add a Rakefile to hande their HTML conversion, which would result in quicker build times when only the source test-docs have changed (but not their .sublime-syntax dependency).

Having Rake handle automation and the toolchain is going to be useful for other tasks too, in the long term, so it's a natural choice since most users of this package most likely have already installed Ruby for Asciidoctor.