js-css-minify-compress


JS CSS Minify and Other Web App optimization

Plugin to minify JS and CSS for quicken page load times by reducing the size of js/css 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 and html , right click on folder in netbeans and select Minify Web Content option ; it will minify all css,js and html file.
  • To minify single js/css/html file , right click on js/css/html file in netbeans and select Minify JS / Minify CSS / Minify 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 .

Features -
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- Log Evaluation Input/Output File Size , Space Reduced Percentage , Total Time Taken
Other features-
8- Image Base64 Encoder/Decoder
9- Image PNG/JPEG Compress (Currently Supported format)



http://plugins.netbeans.org/plugin/49666/js-css-minify-compress'>Download Plugin From Here







http://plugins.netbeans.org/data/images/1385563254_Final.png' alt='1376232135_DOC.png'>

Project Information

The project was created on Aug 11, 2013.

Labels:
Web JavaScript HTML CSS Compression