Skip to content

Instantly share code, notes, and snippets.

@okuniw
Last active August 29, 2015 14:16
Show Gist options
  • Save okuniw/7aad81048ae94477bb4a to your computer and use it in GitHub Desktop.
Save okuniw/7aad81048ae94477bb4a to your computer and use it in GitHub Desktop.
Use modernizr.js instead of html5shiv.js, because it's alread included.
<!-- modernizr includes html5shiv.js, it's been put outside of conditional comment
because modernizr function will be used in modern browsers -->
<script src="../Scripts/modernizr-2.8.3.min.js" type="text/javascript"></script>
<!--[if lt IE 9]>
<script type="text/javascript" src="../Scripts/bootstrap/respond.min.js"></script>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment