Remove Modernizr script and add html5shiv and media query polyfill scripts for < IE9

This commit is contained in:
Michael Rose
2014-02-13 14:40:04 -05:00
parent d99ad52c31
commit d5c04a17a7
5 changed files with 17 additions and 7 deletions
+5 -2
View File
@@ -40,8 +40,11 @@
<meta http-equiv="cleartype" content="on">
<!-- Load Modernizr -->
<script src="{{ site.url }}/assets/js/vendor/modernizr-2.6.2.custom.min.js"></script>
<!-- HTML5 Shiv and Media Query Support -->
<!--[if lt IE 9]>
<script src="{{ site.url }}/assets/js/vendor/html5shiv.min.js"></script>
<script src="{{ site.url }}/assets/js/vendor/respond.min.js"></script>
<![endif]-->
<!-- Icons -->
<!-- 16x16 -->