Okay, right now the slides use org-reveal. We've got a forked version of reveal.js (that's 2 years old) which relies on a dependency head.js which is no longer being maintained.
This results in none of the presentations working due to a head is not defined being spit out by the console.
This PR changes the build process to use the upstream version of reveal.js, which works.
Okay, right now the slides use org-reveal. We've got a forked version of reveal.js (that's 2 years old) which relies on a dependency
head.js
which is no longer being maintained.This results in none of the presentations working due to a
head is not defined
being spit out by the console.This PR changes the build process to use the upstream version of reveal.js, which works.