From 9642864ffd1a9a643e4389c88cd88eac90f02cb9 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 6 Jan 2015 12:26:54 +0100 Subject: [PATCH] Updated Migrating to reveal.js 3.0.0 (markdown) --- Migrating-to-reveal.js-3.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Migrating-to-reveal.js-3.0.0.md b/Migrating-to-reveal.js-3.0.0.md index 304c23d..94382a6 100644 --- a/Migrating-to-reveal.js-3.0.0.md +++ b/Migrating-to-reveal.js-3.0.0.md @@ -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). \ No newline at end of file