JSMin
Code optimizer
An algorithm to remove unnecessary characters from JavaScript source code
JavaScript Minification Filter
694 stars
47 watching
151 forks
Language: C
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
yui/ycssmin | Minimizes CSS files from Node.js using JavaScript | 51 |
stoyan/cssshrink | A tool that minimizes CSS code by removing unnecessary characters and whitespace | 1,054 |
tedious/jshrink | A PHP class that reduces the size of JavaScript code to improve delivery performance | 749 |
juancarlospaco/css-html-js-minify | A tool that minimizes and optimizes CSS, HTML, and JavaScript files for production use. | 217 |
tedivm/jshrink | A PHP-based tool for minifying JavaScript code into smaller sizes while preserving the original functionality. | 27 |
stoyan/csscolormin | A utility module to minify CSS colors by converting them into their most compact form. | 12 |
ben-eb/gulp-csso | Minifies CSS files using the CSSO library to reduce file size and improve compression | 243 |
ericlbarnes/ci-minify | A utility to compress and combine JavaScript and CSS files within CodeIgniter applications during the build process. | 174 |
slav123/codeigniter-minify | Compresses CSS and JavaScript files on the fly using Google Closure compiler | 226 |
gruntjs/grunt-contrib-htmlmin | Minifies HTML files in a build process | 425 |
1000ch/atom-csso | A package for Atom text editor to minify CSS using the CSSO library. | 2 |
koajs/html-minifier | A middleware that minifies HTML responses by removing unnecessary whitespace and formatting. | 31 |
gruntjs/grunt-contrib-uglify | Minifies JavaScript files using UglifyJS to reduce file size and improve performance. | 1,482 |
terinjokes/gulp-uglify | Minifies JavaScript files using UglifyJS3 | 1,228 |
sindresorhus/grunt-svgmin | Automates the minification of SVG files using SVGO | 433 |