From: Hakim El Hattab Date: Tue, 10 Jul 2012 01:26:11 +0000 (-0300) Subject: folder structure description in readme X-Git-Tag: 1.4.0~15 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=21983c7b7fa434f083589ad80411a44fca4119e2;p=reveal.js.git folder structure description in readme --- diff --git a/README.md b/README.md index 4b165db..fc30805 100644 --- 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.