Bladeren bron

/lib restructuring

Hakim El Hattab 12 jaren geleden
bovenliggende
commit
eaf525c9a7

+ 1 - 0
README.md

@@ -161,6 +161,7 @@ You can change the appearance of the speaker notes by editing the file at `slide
 - API methods for adding or removing all event listeners
 - The 'slidechange' event now includes currentSlide and previousSlide
 - Fixed bug where 'slidechange' was firing twice when history was enabled
+- Changed /lib structure
 
 #### 1.3
 - Revised keyboard shortcuts, including ESC for overview, N for next, P for previous. Thanks [mahemoff](https://github.com/mahemoff)

+ 1 - 1
css/main.css

@@ -11,7 +11,7 @@
 
 @font-face {
 	font-family: 'League Gothic';
-	src: url('../lib/fonts/leaguegothic/league_gothic-webfont.ttf') format('truetype');
+	src: url('../lib/leaguegothic/league_gothic-webfont.ttf') format('truetype');
 	font-weight: normal;
 	font-style: normal;
 }

+ 5 - 5
index.html

@@ -18,7 +18,7 @@
 		<link rel="stylesheet" href="css/main.css">
 		<link rel="stylesheet" href="css/print.css" type="text/css" media="print">
 
-		<link rel="stylesheet" href="lib/css/zenburn.css">
+		<link rel="stylesheet" href="lib/highlight/zenburn.css">
 	</head>
 	
 	<body>
@@ -264,8 +264,8 @@ linkify( 'a' );
 		</div>
 
 		<!-- Optional libraries for code syntax highlighting and classList support in IE9 -->
-		<script src="lib/js/highlight.js"></script>
-		<script src="lib/js/classList.js"></script>
+		<script src="lib/highlight/highlight.js"></script>
+		<script src="lib/polyfills/classList.js"></script>
 		
 		<script src="js/reveal.js"></script>
 		
@@ -317,7 +317,7 @@ linkify( 'a' );
 		</script>
 
 		<!-- the next two lines enable the speaker notes server -->
-		<script src="socket.io/socket.io.js"></script>
-		<script src="js/slidenotes.js"></script>
+		<!-- <script src="socket.io/socket.io.js"></script>
+		<script src="js/reveal.slidenotes.js"></script> -->
 	</body>
 </html>

File diff suppressed because it is too large
+ 0 - 7
js/reveal.min.js


+ 0 - 0
js/slidenotes.js → js/reveal.slidenotes.js


+ 0 - 0
lib/js/highlight.js → lib/highlight/highlight.js


+ 0 - 0
lib/css/zenburn.css → lib/highlight/zenburn.css


+ 0 - 0
lib/fonts/leaguegothic/LICENSE → lib/leaguegothic/LICENSE


+ 0 - 0
lib/fonts/leaguegothic/league_gothic-webfont.ttf → lib/leaguegothic/league_gothic-webfont.ttf


+ 0 - 0
lib/js/classList.js → lib/polyfills/classList.js


+ 1 - 1
slidenotes/index.js → lib/slidenotes/index.js

@@ -11,7 +11,7 @@ io            = io.listen(app);
 
 var opts = {
   port :      1947,
-  baseDir :   __dirname + '/../'
+  baseDir :   __dirname + '/../../'
 };
 
 io.sockets.on('connection', function(socket) {

+ 0 - 0
slidenotes/notes.html → lib/slidenotes/notes.html


Some files were not shown because too many files changed in this diff