Skip to content
Discussion options

You must be logged in to vote

In reveal.js 6.0 I modernized the code to use a new build system. As part of this, I changed demo.html to use uncompiled asset paths which means that it now requires that you run the a development server (npm install + npm start).

This was done to make it easier to work on the source code but if it's disrupting peoples workflows I'll consider rolling it back.

Here's a fix in the meantime:

  1. Scroll down to the bottom of demo.html:
  2. Uncomment these lines
<!-- Use the built assets if you want to run reveal.js without a web server -->
<!--
<script src="dist/reveal.js"></script>
<script src="dist/plugin/zoom.js"></script>
<script src="dist/plugin/notes.js"></script>
<script src="dist/plugin/sea…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@MisterABK
Comment options

@hakimel
Comment options

Answer selected by MisterABK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants