asciidoctor / asciidoctor-latex

:triangular_ruler: Add LaTeX features to AsciiDoc & convert AsciiDoc to LaTeX
http://asciidoctor.org
Other
111 stars 26 forks source link

Compile to JavaScript #48

Closed ggrossetie closed 6 years ago

ggrossetie commented 7 years ago

This will compile this library to JavaScript using Opal and put the result in dist/main.js.

The JavaScript file will contain Asciidoctor Latex + Asciidoctor + Asciidoctor opal_ext (standalone mode). Please note that it's possible to compile only the library's code.

ggrossetie commented 7 years ago

@jxxcarlson Are you OK with this pull request ? To build asciidoctor-latex.js, you will need to install Node.js and then run npm run build. The result will be in dist/main.js.