Addition of notes-server option.

Enable to run the slides on various hosts and still control it from a
master point of view.

https://github.com/hakimel/reveal.js#server-side-speaker-notes
This commit is contained in:
Yoan Blanc 2016-08-12 14:48:59 +02:00
parent 284279f61e
commit 9a66aa4a48

View file

@ -228,6 +228,10 @@ $endif$
dependencies: [
{ src: '$revealjs-url$/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: '$revealjs-url$/plugin/zoom-js/zoom.js', async: true },
$if(notes-server)$
{ src: '$revealjs-url$/socket.io/socker.io.js', async: true },
{ src: '$revealjs-url$/plugin/notes-server/client.js', async: true },
$endif$
{ src: '$revealjs-url$/plugin/notes/notes.js', async: true }
]
});