Where to add a IE conditional?

hi!
I added Skrollr plugin with Grunt and runs ok.

Now I want to add its ie version:

<!--[if lt IE 9]>
<script type="text/javascript" src="skrollr.ie.min.js"></script>
<![endif]-->

I guess how do I have to add this conditional to render correctly? in scripts.php? base.php? I’d like to do in a clean and smart way… :wink:

This is the site: www.gefeducacionyformacion.com

Ben’s been trying to get conditional scripts into core for a while.

Until then (don’t hold your breath!) you can add an action to output them to wp_head or just put them directly in the head template.

I usually just put it in the head template…