Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 877 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 877 Bytes

UglifyJS: Online JavaScript minifier

UglifyJS 3 is an excellent tool to help you minify your JavaScript! It's a tried and tested tool, used by libraries such as jQuery.

This is a simple wrapper for the browser around the minifier; the hard work is done by the Uglify team. If you need an automated solution, I suggest checking out the source code, intended for Node.JS.

Do you want to help improve this tool? It's on Github.

License

The wrapper was created by Dan Wolff. The wrapper is in the public domain. Attribution not required but appreciated.

UglifyJS is released under the BSD license, copyright Mihai Bazon. For more information, check out the project's Github page.