소스 검색

rebase and rebuild

Hakim El Hattab 5 일 전
부모
커밋
53855d4a49
8개의 변경된 파일644개의 추가작업 그리고 620개의 파일을 삭제
  1. 11 7
      demo.html
  2. 17 4
      dist/plugin/notes.js
  3. 290 277
      dist/plugin/notes.mjs
  4. 0 0
      dist/reveal.css
  5. 1 1
      dist/reveal.d.ts
  6. 0 7
      dist/reveal.js
  7. 324 323
      dist/reveal.mjs
  8. 1 1
      js/reveal.js

+ 11 - 7
demo.html

@@ -669,19 +669,23 @@ Reveal.on( 'customevent', function() {
 			</div>
 		</div>
 
+		<!-- Use the built assets if you want to run reveal.js without a web server -->
+		<!--
 		<script src="dist/reveal.js"></script>
 		<script src="dist/plugin/zoom.js"></script>
 		<script src="dist/plugin/notes.js"></script>
 		<script src="dist/plugin/search.js"></script>
 		<script src="dist/plugin/markdown.js"></script>
 		<script src="dist/plugin/highlight.js"></script>
-		<script>
-			// import Reveal from 'reveal.js';
-			// import RevealZoom from 'reveal.js/plugin/zoom';
-			// import RevealNotes from 'reveal.js/plugin/notes';
-			// import RevealSearch from 'reveal.js/plugin/search';
-			// import RevealMarkdown from 'reveal.js/plugin/markdown';
-			// import RevealHighlight from 'reveal.js/plugin/highlight';
+		-->
+
+		<script type="module">
+			import Reveal from 'reveal.js';
+			import RevealZoom from 'reveal.js/plugin/zoom';
+			import RevealNotes from 'reveal.js/plugin/notes';
+			import RevealSearch from 'reveal.js/plugin/search';
+			import RevealMarkdown from 'reveal.js/plugin/markdown';
+			import RevealHighlight from 'reveal.js/plugin/highlight';
 
 			// Also available as an ES module, see:
 			// https://revealjs.com/initialization/

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 17 - 4
dist/plugin/notes.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 290 - 277
dist/plugin/notes.mjs


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/reveal.css


+ 1 - 1
dist/reveal.d.ts

@@ -562,7 +562,7 @@ declare interface Config {
  *   // reveal.js is ready
  * });
  */
-declare let Reveal: {
+declare const Reveal: {
     initialize: (options?: Config) => Promise<void>;
     [key: string]: any;
 };

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 7
dist/reveal.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 324 - 323
dist/reveal.mjs


+ 1 - 1
js/reveal.js

@@ -29,7 +29,7 @@ import {
 } from './utils/constants.js'
 
 // The reveal.js version
-export const VERSION = '6.0.0';
+export const VERSION = '6.0.0-rc.2';
 
 /**
  * reveal.js

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.