1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-11 00:55:01 +02:00

use latest quinit from npm, remove bundled version

This commit is contained in:
Hakim El Hattab
2020-04-22 11:37:04 +02:00
parent 9823be99f4
commit d8675a9759
17 changed files with 71 additions and 5652 deletions

View File

@@ -7,8 +7,8 @@
<title>reveal.js - Test Async Dependencies</title>
<link rel="stylesheet" href="../dist/reveal.css">
<link rel="stylesheet" href="qunit-2.5.0.css">
<script src="qunit-2.5.0.js"></script>
<link rel="stylesheet" href="../node_modules/qunit/qunit/qunit.css">
<script src="../node_modules/qunit/qunit/qunit.js"></script>
</head>
<body style="overflow: auto;">