UglifyJS
JS optimizer
A toolkit for optimizing JavaScript code by parsing, compressing, and beautifying it
JavaScript parser / mangler / compressor / beautifier toolkit
13k stars
272 watching
1k forks
Language: JavaScript
last commit: about 2 months ago
Linked from 6 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
terser/terser | A JavaScript compressor and mangler toolkit for optimizing ES6+ code size | 8,762 |
terinjokes/gulp-uglify | Minifies JavaScript files using UglifyJS3 | 1,226 |
gruntjs/grunt-contrib-uglify | Minifies JavaScript files using UglifyJS to reduce file size and improve performance. | 1,481 |
kangax/html-minifier | A JavaScript-based tool for compressing HTML content | 4,956 |
yui/yuicompressor | An application that removes unnecessary characters from JavaScript and CSS files | 3,015 |
trysound/rollup-plugin-uglify | Minifies generated JavaScript bundles using UglifyJS in the background. | 261 |
beautifier/js-beautify | Tools for formatting and indenting JavaScript code to improve readability | 8,654 |
mozilla/nunjucks | A templating engine with features like inheritance and asynchronous control, inspired by Jinja2. | 8,606 |
babel/minify | A tool that uses Babel's compiler to achieve minification of modern JavaScript code by targeting only browsers that support newer ES features. | 4,395 |
slav123/codeigniter-minify | Compresses CSS and JavaScript files on the fly using Google Closure compiler | 226 |
google/closure-compiler | A tool for optimizing and checking JavaScript code to make it run faster | 7,425 |
uncss/grunt-uncss | A task for removing unused CSS from projects | 3,824 |
manjesh24/json-js-beautifier | An extension that beautifies JSON and JavaScript output to improve readability of web application resources. | 14 |
mljs/ml | A collection of machine learning algorithms and tools implemented in JavaScript | 2,632 |
ericlbarnes/ci-minify | A utility to compress and combine JavaScript and CSS files within CodeIgniter applications during the build process. | 174 |