It turns out that the problem I describe here is easy to fix. Go to http://modernizr.com/ and get the production Modernizr 2.8.3 in its default configuration while checking no additional checkboxes and also not unchecking the three checked-by-default checkboxes for...
- html5shiv v3.7
- Modernizr.load
- Add CSS Classes
...either. Next, save off the 8K file and reference it like so:
<script src="modernizr.js"></script>
That is all there is to it! Here are two interesting links I looked at in figuring this out:
No comments:
Post a Comment