Plugin to minify JS , CSS and HTML for quicker page load times by reducing the size of js/css/html files. This plugin remove all unnecessary characters from source code, without changing its functionality. These unnecessary characters usually include white space characters, new line characters, comments, and sometimes block delimiters, which are used to add readability to the code but are not required for it to execute.
Also optimize by compressing image PNG/JPEG (Currently Supported format) and provides other functionality such as image Base64 Encoder/Decoder .
- Single file action -> Google Closure Compiler (Node based)
- Minify WEB Content -> YUI Compressor (Unmaintained - Java based) - #46
- Copy minifed JS -> YUI Compressor (Unmaintained - Java based) #46
- Single file action -> PostCSS with CSSNano (Node based)
- Minify WEB Content -> YUI Compressor (Unmaintained - Java based) #46
- Copy minifed CSS -> YUI Compressor (Unmaintained - Java based) #46
- Single file action -> html-minifier-terser (Node based)
- Minify WEB Content -> htmlcompressor (Unmaintained - Java based) #46
- Copy minifed HTML -> htmlcompressor (Unmaintained - Java based) #46
- Single file action -> Minify-XML (Node based)
- Minify WEB Content -> htmlcompressor (Unmaintained - Java based) #46
- Copy minifed XML -> htmlcompressor (Unmaintained - Java based) #46
See Changelog for all information
Version < 2.3.0 is compatible to NetBeans 8.2 (Which is not supported anymore)
Version >= 2.5.1 is compatible to Apache NetBeans >= 9.0
Plugin is available at https://github.com/Chris2011/minifierbeans/releases/latest