That's a possibility, but it would be backwards incompatible.
I think it would be best to wait until Dojo's compressor supports
preservation of conditional comments, so that the IE hacks stay
inline. This is just an optimization, not a feature or a bug fix...
-bob
On Jan 31, 2006, at 11:33 AM, Beau Hartshorne wrote:
What about asking users to do it in the <head>, like:
<script src="MochiKit/MochiKit.js" type="text/javascript"></script>
<!--[if IE]><script src="MochiKit/IE.js" type="text/javascript"></
script><![endif]-->
On 31-Jan-06, at 11:24 AM, Bob Ippolito wrote:
This would be a decent solution if Dojo's compressor supported
preservation of conditional comments. Right now it doesn't.