gulp-uglify
Code minifier
Minifies JavaScript files using UglifyJS3
Minify files with UglifyJS
1k stars
31 watching
154 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gruntjs/grunt-contrib-uglify | Minifies JavaScript files using UglifyJS to reduce file size and improve performance. | 1,481 |
foru17/gulp-minimize | A Gulp plugin for minimizing HTML files | 3 |
jonschlinkert/gulp-htmlmin | A Gulp plugin for minifying HTML files | 726 |
ben-eb/gulp-csso | Minifies CSS files using the CSSO library to reduce file size and improve compression | 243 |
trysound/rollup-plugin-uglify | Minifies generated JavaScript bundles using UglifyJS in the background. | 261 |
scniro/gulp-clean-css | A Gulp plugin for minifying CSS using the cleanCSS tool | 649 |
ben-eb/gulp-svgmin | A Gulp plugin for minifying SVG files by applying optimization rules defined in an external configuration file or as part of the plugin's options. | 340 |
gruntjs/grunt-contrib-htmlmin | Minifies HTML files in a build process | 424 |
beyer-stefan/gofiber-minifier | Minifies HTML, CSS, and JavaScript files in a web application framework | 2 |
jonkemp/gulp-useref | Replaces non-optimized script and stylesheet references in HTML files with optimized versions | 705 |
coderaiser/minify | Tools to minimize size of JavaScript, CSS, HTML and image files | 231 |
gulp-community/gulp-less | A Gulp plugin for compiling LESS files into CSS, with support for various plugins and source map generation. | 559 |
douglascrockford/jsmin | A filter that removes comments and unnecessary whitespace from JavaScript files. | 697 |
slav123/codeigniter-minify | Compresses CSS and JavaScript files on the fly using Google Closure compiler | 226 |
ericlbarnes/ci-minify | A utility to compress and combine JavaScript and CSS files within CodeIgniter applications during the build process. | 174 |