1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-27 16:30:24 +02:00

Updated Migrating to reveal.js 3.0.0 (markdown)

Hakim El Hattab
2015-01-06 12:26:54 +01:00
parent dd08de3457
commit 9642864ffd

@@ -22,5 +22,5 @@ A sliding transition replaces the previous 3D rotation effect. If you want to st
### Upsizing by default
Presentations now automatically scale up to fill more of the browser viewport. The aspect ratio of your content will be maintained so there should be no change in layout. If you wish to turn this off include `maxScale: 1` when initializing reveal.js.
### No more minifies files
### No more minified files
reveal.min.js and reveal.min.css are no longer tracked in the repository, to generate them you'll need to have Grunt running locally. This is covered in the [readme](https://github.com/hakimel/reveal.js#full-setup).