Closed syphernl closed 11 years ago
It would be nice if conditional JS/CSS could be used like:
<!--[if lt IE 9]><script src="{{ URL::asset('js/html5shiv.js' ) }}" type="text/javascript"></script> <![endif]-->
You can already do this, however it will be applied to all assets in a collection. See custom formats on the docs. If that's not going to help then just load that script manually.
It would be nice if conditional JS/CSS could be used like: