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:
@@ -193,7 +193,7 @@
|
||||
},
|
||||
|
||||
dependencies: [
|
||||
{ src: '../dist/plugin/math.js', async: true }
|
||||
{ src: '../plugin/math/math.js', async: true }
|
||||
]
|
||||
});
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user