Saturday 25 January 2014

Obfuscating JavaScript code in Worklight applications

Saw this on Twitter via IBM developerWorks: -


The goal of this post is to shed some light on what obfuscation is, what JavaScript obfuscation is, how to obfuscate your JavaScript code using Google Closure Compiler app, how to integrate JavaScript code obfuscation into a larger build process and how it all comes together in a Worklight context.

For me, this is a useful guide to obfuscation of JS code, regardless of the target platform - it may also be relevant to IBM BPM Coaches, which make heavy use of JS.


No comments:

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...