소스 검색

use minified version of js

Hakim El Hattab 12 년 전
부모
커밋
82b4658faf
2개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.html
  2. 7 0
      js/reveal.min.js

+ 1 - 1
index.html

@@ -326,7 +326,7 @@ function linkify( selector ) {
 				scripts.push( 'lib/js/data-markdown.js' );
 			}
 
-			scripts.push( 'js/reveal.js' );
+			scripts.push( 'js/reveal.min.js' );
 
 			// If we're runnning the notes server we need to include some additional JS
 			// TODO Is there a better way to determine if we're running the notes server?

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


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