Not sure if this is the right place for this question, but:
I am going to deliver an ASP application that contains
VB Script, HTML and Javascript.
I would like to compact all the code to remove blank lines and all comments, before I deliver it.
Is there a utility available to do this?
Note that I do NOT wish to make the code completely unreadable (i.e. totally obfuscate it).
Thanks.