Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 859 Bytes

File metadata and controls

30 lines (18 loc) · 859 Bytes

GR8Conf 2015 Asciidoctor Reveal.js Template

Local Build

To build locally, run:

$ ./gradlew clean asciidoctor

Generated Presentation

The outputs will be located at:

build/asciidoc/revealjs

Using IntelliJ

If you want to use IntelliJ, run:

$ ./gradlew idea

To generate the IntelliJ specific files.

Auto-recompile Asciidoctor files

To have Gradle automatically recompile the asciidoctor documents, run:

$ ./gradlew clean asciidoctor watch

This utilizes the gradle-watch-plugin to watch files for changes.