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,482 |
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 JavaScript bundles using UglifyJS | 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 | 425 |
beyer-stefan/gofiber-minifier | A tool to minimize HTML, CSS, and JavaScript files without changing their content or functionality. | 1 |
jonkemp/gulp-useref | Replaces non-optimized script and stylesheet references in HTML files with optimized versions | 705 |
coderaiser/minify | A command-line tool that minimizes and optimizes JavaScript, CSS, HTML, and image files for smaller sizes. | 229 |
gulp-community/gulp-less | A Gulp plugin for compiling LESS files into CSS | 559 |
douglascrockford/jsmin | An algorithm to remove unnecessary characters from JavaScript source code | 694 |
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 |