support including plugins via <script> instead of dependencies
This commit is contained in:
parent
34458a988a
commit
7b151c2320
10 changed files with 6 additions and 26 deletions
|
@ -82,9 +82,7 @@
|
|||
</div>
|
||||
|
||||
<script src="../../dist/reveal.min.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
Reveal.initialize({
|
||||
center: true,
|
||||
history: true,
|
||||
|
@ -93,7 +91,6 @@
|
|||
// transitionSpeed: 'slow',
|
||||
// backgroundTransition: 'slide'
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue