Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chris2011/minifierbeans
Plugin to minify JS , CSS and HTML for quicken page load times by reducing the size of js/css/html files.
https://github.com/chris2011/minifierbeans
compressor css hacktoberfest html javascript minified-js minifier minify-js netbeans
Last synced: 18 days ago
JSON representation
Plugin to minify JS , CSS and HTML for quicken page load times by reducing the size of js/css/html files.
- Host: GitHub
- URL: https://github.com/chris2011/minifierbeans
- Owner: Chris2011
- License: apache-2.0
- Created: 2016-03-30T10:36:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T20:59:41.000Z (6 months ago)
- Last Synced: 2024-05-29T11:46:44.847Z (6 months ago)
- Topics: compressor, css, hacktoberfest, html, javascript, minified-js, minifier, minify-js, netbeans
- Language: Java
- Homepage: http://plugins.netbeans.org/plugin/49666/js-css-minify-compress
- Size: 12.3 MB
- Stars: 37
- Watchers: 8
- Forks: 9
- Open Issues: 14
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# MinifierBeans
![License](https://img.shields.io/github/license/Chris2011/minifierbeans.svg)
![Release](https://img.shields.io/github/release/Chris2011/minifierbeans.svg)
![Contributors](https://img.shields.io/github/contributors/chris2011/minifierbeans.svg)
![Downloads](https://img.shields.io/github/downloads/chris2011/minifierbeans/total.svg)## Description
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.- To minify all js , css or html , right click on folder in netbeans and select Minify WEB Content option ; it will minify all css & js file.
- To minify single js/css/html file , right click on js/css/html file in netbeans and select Minify JS/CSS/HTML option to minify file.Also optimize by compressing image PNG/JPEG (Currently Supported format) and provides other functionality such as image Base64 Encoder/Decoder .
## Compiler used
#### JS
- 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
#### CSS
- 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
#### HTML
- Single file action -> html-minifier-terser (Node based)
- Minify WEB Content -> htmlcompressor (Unmaintained - Java based) #46
- Copy minifed HTML -> htmlcompressor (Unmaintained - Java based) #46
#### XML
- Single file action -> Minify-XML (Node based)
- Minify WEB Content -> htmlcompressor (Unmaintained - Java based) #46
- Copy minifed XML -> htmlcompressor (Unmaintained - Java based) #46
#### JSON - Custom implementation
#### Images - PngTastic (Java based) [#46](https://github.com/Chris2011/minifierbeans/issues/46)## What does it do?
##### 1- Minify JS File
##### 2- Minify JS Source Code Snippet by selecting in editor
##### 3- Minify CSS File
##### 4- Minify CSS Source Code Snippet by selecting in editor
##### 5- Minify HTML File
##### 6- Minify HTML Source Code Snippet by selecting in editor
##### 7- Minify XML File
##### 8- Minify XML Snippet by selecting in editor
##### 9- Minify JSON File
##### 10- Minify JSON Snippet by selecting in editor
##### 11- Log Evaluation Input/Output File Size , Space Reduced Percentage , Total Time Taken ,Individual Log appended to file
##### 12- Image Base64 Encoder/Decoder
##### 13- Image PNG/JPEG Compress (Currently Supported format)![Minifierbeans Final](./screenshots/minifierbeans-final.jpg)
![Minifierbeans all tabs](./screenshots/minifierbeans-all-tabs.png)
## Changelog
See [Changelog](./Changelog.md) for all information
## NetBeans Compatibility
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