Skip to content

Commit

Permalink
Merge pull request #212 from greut/notes-server
Browse files Browse the repository at this point in the history
Addition of notes-server option.
  • Loading branch information
jgm committed Sep 28, 2016
2 parents e1a88be + 9a66aa4 commit cbbadf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions default.revealjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
]
});
Expand Down

0 comments on commit cbbadf9

Please sign in to comment.