1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-22 14:22:53 +02:00

move built plugin files from /dist/plugin/ to /plugin/<name>/

This commit is contained in:
Hakim El Hattab
2020-05-18 14:41:56 +02:00
parent 4e8959508b
commit fb22716ddf
27 changed files with 42 additions and 44 deletions

View File

@@ -67,9 +67,9 @@
</style>
<script src="../dist/reveal.js"></script>
<script src="../dist/plugin/highlight.js"></script>
<script src="../dist/plugin/markdown.js"></script>
<script src="../dist/plugin/math.js"></script>
<script src="../plugin/highlight/highlight.js"></script>
<script src="../plugin/markdown/markdown.js"></script>
<script src="../plugin/math/math.js"></script>
<script>
let deck1 = new Reveal( document.querySelector( '.deck1' ), {