support including plugins via <script> instead of dependencies

This commit is contained in:
Hakim El Hattab
2020-04-16 15:45:25 +02:00
parent 34458a988a
commit 7b151c2320
10 changed files with 6 additions and 26 deletions

View File

@ -176,9 +176,7 @@
</div>
<script src="../../dist/reveal.min.js"></script>
<script>
Reveal.initialize({
history: true,
transition: 'linear',
@ -198,7 +196,6 @@
{ src: '../../dist/plugin/math.js', async: true }
]
});
</script>
</body>