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