New UglifyJS 2.0 and Kendo UI: Stakes and Opportunities for Developers
Since November 08, 2012, you can enjoy the release of the second version of
UglifyJS.
For those unfamiliar, Uglify, is a JavaScript library that aims to minify (it's
the process by which a few things are done to JavaScript source files.) JavaScript.
It also aims to be probably the most widely used minification tool for
JavaScript in the community, based on its speed and reliability for producing
compact error-free minified code.
The term "Minification" means:
- All files are combined into one large file
- Whitespace and comments are removed
- Local variable names are renamed to single characters… Learn more
Comments