1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-19 04:52:20 +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

@@ -193,7 +193,7 @@
},
dependencies: [
{ src: '../dist/plugin/math.js', async: true }
{ src: '../plugin/math/math.js', async: true }
]
});
</script>