Skip to content
Snippets Groups Projects
Commit fbee6e8a authored by orestis.malaspin's avatar orestis.malaspin
Browse files

i think now the presentation is really self-contained

parent 091c2ba0
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -258,7 +258,7 @@ $endif$ ...@@ -258,7 +258,7 @@ $endif$
dependencies: [ dependencies: [
{ src: '$revealjs-url$/lib/js/classList.js', condition: function() { return !document.body.classList; } }, { src: '$revealjs-url$/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: '$revealjs-url$/plugin/zoom-js/zoom.js', async: true }, { src: '$revealjs-url$/plugin/zoom-js/zoom.js', async: true },
{ src: 'reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { fetchAllCode(); hljs.initHighlightingOnLoad(); addButtons(); } }, { src: '$revealjs-url$/plugin/highlight/highlight.js', async: true, callback: function() { fetchAllCode(); hljs.initHighlightingOnLoad(); addButtons(); } },
{ src: 'js/remote-diagrams.js', async: true, callback: function() { fetchAllDiagrams(); } }, { src: 'js/remote-diagrams.js', async: true, callback: function() { fetchAllDiagrams(); } },
$if(notes-server)$ $if(notes-server)$
{ src: '$revealjs-url$/socket.io/socker.io.js', async: true }, { src: '$revealjs-url$/socket.io/socker.io.js', async: true },
......
...@@ -9,6 +9,11 @@ header-includes: ...@@ -9,6 +9,11 @@ header-includes:
<link rel="stylesheet" href="reveal.js/css/theme/simple.css" id="theme"> <link rel="stylesheet" href="reveal.js/css/theme/simple.css" id="theme">
<link rel="stylesheet" href="css/console.css" id="theme"> <link rel="stylesheet" href="css/console.css" id="theme">
<script src="jquery/dist/jquery.min.js"></script> <script src="jquery/dist/jquery.min.js"></script>
<script src="reveal.js/lib/js/classList.js"></script>
<script src="reveal.js/plugin/zoom-js/zoom.js"></script>
<script src="reveal.js/plugin/highlight/highlight.js"></script>
<script src="js/remote-diagrams.js"></script>
<script src="reveal.js/plugin/notes/notes.js"></script>
include-after: include-after:
<script src="js/playRust.js"></script> <script src="js/playRust.js"></script>
<script src="js/remote-code.js"></script> <script src="js/remote-code.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment