asciidoctor / asciidoctor-gradle-examples

A collection of example projects that demonstrates how to use the Asciidoctor Gradle plugin
http://asciidoctor.github.io/asciidoctor-gradle-examples
Other
146 stars 132 forks source link

reveal.js speaker notes are not visible #10

Closed rwinch closed 9 years ago

rwinch commented 9 years ago

The speaker notes appear as a black screen. See

cc @mojavelinux

mojavelinux commented 9 years ago

The problem appears to be that the slide deck is not loading the CSS theme and therefore this is trickling down to a problem that shows itself most clearly in the notes. In the console, it says failure to load theme. I imagine that everything is probably wrong from that point forward with the styling.

As I understand it, the theme name "league" is no more...check that the theme name is available in the version of reveal.js you are using.

rwinch commented 9 years ago

@mojavelinux Thanks for the insight!

The problem was that the default theme was set to be league, but there was no theme named league (it was default.css). It seems there have been some general theme updates (including a new default). For this reason I submitted a PR https://github.com/asciidoctor/asciidoctor-reveal.js/pull/40

mojavelinux commented 9 years ago

:+1: