I have seen online javascript obfuscation tools. Would it be feasible or considered reasonable to have such a process run as a part of the build procedure for a web application, or how is obfuscation generally achieved?
Is it more of a manual process of creating a backup of the javascript to store with the project, and then running the contents through an obfuscator before doing a build? It seems like it would be cool to have an ant task that you could include as part of the build to handle that for you