I need a solution to obfuscate or minify my javascript code before the client loads any of my important javascript files. I need my code to have all the comments for future development, but load a minified or obfuscated version to my users.
The reason I want to do this is because my code is heavily commented. I need my comments for future updates, but I don't want prying eyes reading my comments as that's asking for trouble. Thanks!