Skip to content

Commit

Permalink
Change bundled Modernizr to bare minimum build instead of including e…
Browse files Browse the repository at this point in the history
…very test

Also, amend the documentation accordingly
  • Loading branch information
philwareham committed Dec 14, 2011
1 parent d9ef4ed commit e8eb30d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -157,9 +157,9 @@ h3. JavaScript

h4. /js/modernizr.js

The theme uses "Modernizr":http://www.modernizr.com/ to provide a HTML5 shim for older pre-HTML5 browsers. Modernizr is a great tool that also equips you with a set of tests that can be used to help provide a good experience to all end users, regardless of their browser choice (within limits!) - techniques commonly known as 'progressive enhancement' or 'graceful degradation' depending on whether you add features for capable browsers or provide fallback methods for less-capable browsers respectively.
The theme uses "Modernizr":http://www.modernizr.com/ to provide HTML5 and media query support for older browsers. Modernizr is a great tool that also equips you with a set of tests that can be used to help provide a good experience to all end users, regardless of their browser choice (within limits!) - techniques commonly known as 'progressive enhancement' or 'graceful degradation' depending on whether you add features for capable browsers or provide fallback methods for less-capable browsers respectively.

It is strongly recommended that you read the Modernizr documentation available at their website and then build you own streamlined version of Modernizr with just the tests you'll actually foresee yourself using (the version included here is a full 'kitchen-sink' version with all tests included, not ideal for production use).
It is strongly recommended that you read the Modernizr documentation available at their website and then build you own streamlined version of Modernizr with just the tests you'll actually foresee yourself using (the version included here is a 'bare minimum' version with just html5shim and media queries - no extra tests).

h2. Known issues

Expand Down

0 comments on commit e8eb30d

Please sign in to comment.