I'm pushing a "beta"-version of 1.6.6 out (download here), which has "noptimize"-support.
A simple example of JS being excluded;
<!--noptimize--><script>alert('this will not get autoptimized');</script><!--/noptimize-->
This can be used to exclude JS, CSS and HTML (including comments). Looking forward to your feedback!