JavaScript Minifier
Compresses a JavaScript string/file with no possible side-effect. This is based on UglifyJS
- No possible side-effect on code
- Removes useless white spaces, indentation characters and line breaks
- Replaces local variable names with smaller ones and takes care of substituting the references
- Does not modify eval statement because of possible overboard effects