html::shiv() Points to Nonexistent Javascript File
neildaniels opened this issue · 1 comments
neildaniels commented
Using html::shiv()
gives a JavaScript file that no longer exists. (Well, nothing on Google Code exists anymore.)
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Not sure what the best replacement URL is, but https://raw.githubusercontent.com/aFarkas/html5shiv/master/dist/html5shiv.min.js seems like a likely candidate.
lukasbestle commented
Interesting. I didn‘t even know we had that method. I‘m pretty sure we should deprecate it as the use-case has become too specific.