“JavaScript packing” is method for reducing JavaScript files size by removing all unnecessary data (obfuscating) and compressing it’s contents. Most popular is Dean Edward’s packer, which transforms JavaScripts into something like this:
eval(function(p,a,c,k,e,r){…
To start with, it’s very easy to have dynamically packed files (no one wants to pack them by hand, packed versions are only useful [...]







