My apologies if I am using the wrong lingo. Please bear with the confused C programmer turned js programmer :)
I am looking for a tool that will read my javascript files that are in human readable form and turn them around:
- minimize spaces, shorten variable names, remove dead code... etc. Make it as small as possible
- optimize it. If it is better to precompute array length outside loops, do it... etc etc.
The first is kinda more important to me though. I am willing to pay for a good commercial application.
Thanks