1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-16 03:24:29 +02:00

switch from gulp to vite to build, add types for reveal.js config

This commit is contained in:
Hakim El Hattab
2024-03-28 11:07:57 +01:00
parent eb95b14531
commit a89af36022
90 changed files with 61921 additions and 1106 deletions

View File

@@ -38,8 +38,8 @@
<script type="module">
import Reveal from '../dist/reveal.esm.js';
import Zoom from '../plugin/zoom/zoom.esm.js';
import Reveal from '../js';
import Zoom from '../plugin/zoom';
QUnit.config.testTimeout = 30000;
QUnit.module( 'Multiple reveal.js instances' );