Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 709 Bytes

File metadata and controls

28 lines (17 loc) · 709 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.