Hello Rave Devs, I was looking over our third-party JavaScript includes and noticed we may have some overlap now, but was hoping someone could definitively confirm either way. With the Bootstrap work we introduced an import to Modernizr[1] to assist with HTML5 and CSS3 capabilities in older browsers. We also have two imports to Google Code scripts:
<%-- google css3 mediaqueries script --%> <!--[if lt IE 9]><script src=//css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js></script><![endif]--> <%-- google html5 script --%> <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> That *seem* to also have been doing the same thing in tandem. So the question is, does Modernizr do everything the two Google Code scripts are doing, and could we then remove the two Google Code scripts? Thanks, Tony [1] http://modernizr.com/
