SquishIt could bundle the js files. But I don't want to bundle it in the develop time. What is your best practice? There are some methods as below:
Above methods is not perfect, Is there any configuration switch on SquishIt for that?
If you have
<compilation debug="true">
<!-- snip! -->
</compilation>
in your web.config squishit should skip bundling and render individual file tags into your page.