UglifyJS - JavaScript parser / mangler / compressor / beautifier library for NodeJS
UglifyJS is a JavaScript parser, minifier, compressor and beautifier toolkit. It can take multiple input files, It will parse input files in sequence and apply any compression options. The files are parsed in the same global scope, that is, a reference from a file to some variable/function declared in another file will be matched properly.
http://lisperator.net/uglifyjs/
https://github.com/mishoo/UglifyJS
License:
Tech:
Tags: