Skip to content

Instantly share code, notes, and snippets.

@moonbeetle
Created August 29, 2013 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moonbeetle/6374700 to your computer and use it in GitHub Desktop.
Save moonbeetle/6374700 to your computer and use it in GitHub Desktop.
IE8 cloud hosted polyfills
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2/html5shiv.js"></script>
<script src="//s3.amazonaws.com/nwapi/nwmatcher/nwmatcher-1.2.5-min.js"></script>
<script src="//html5base.googlecode.com/svn-history/r38/trunk/js/selectivizr-1.0.3b.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.1.0/respond.min.js"></script>
<![endif]-->
<!--
For some unknown reason no CDN seems to be offering css3-mediaqueries.js which you can grab here:
http://code.google.com/p/css3-mediaqueries-js/
and add that as well in case respond.js doesn't solve the problem.
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment