folder structure description in readme
authorHakim El Hattab <hakim.elhattab@gmail.com>
Tue, 10 Jul 2012 01:26:11 +0000 (22:26 -0300)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Tue, 10 Jul 2012 01:26:11 +0000 (22:26 -0300)
README.md

index 4b165dbe905f841775f89357562aea5ffdfe6c67..fc30805e3049b9b393d7e90bb150c41f4f012c3a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -104,6 +104,12 @@ Reveal.addEventListener( 'fragmenthidden', function( event ) {
 } );
 ```
 
+### Folder Structure
+- **css/** Core styles without which the project does not function
+- **js/** Like above but for JavaScript
+- **plugin/** Components that have been developed as extensions to reveal.js
+- **lib/** All other third party assets (JavaScript, CSS, fonts)
+
 ## Speaker Notes
 
 If you're interested in using speaker notes, reveal.js comes with a Node server that allows you to deliver your presentation in one browser while viewing speaker notes in another.