RoboJackets / ros-training

Training materials for IGVC and RoboRacing
MIT License
18 stars 38 forks source link

Don't use a 2 year old fork of revealjs to fix the head.js dependency issue #37

Closed oswinso closed 5 years ago

oswinso commented 5 years ago

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.