jQuery & html5shiv not loading?
PermalinkI've seen in the video's in the Concrete5 channel that html5shiv is loaded automatically but it doesn't seem to work in my situation. It's not included in the page. Same for jQuery, it is not automatically included.
Can someone confirm that this is normal/abnormal behavior for Concrete5 8.4?

For others, the html5-shiv only works when you include 'conditional'. See code below.
$this->requireAsset('javascript-conditional', 'html5-shiv');