Chris2011 / minifierbeans

Plugin to minify JS , CSS and HTML for quicken page load times by reducing the size of js/css/html files.
http://plugins.netbeans.org/plugin/49666/js-css-minify-compress
Apache License 2.0
37 stars 9 forks source link

Support cjs and mjs files #115

Open Chris2011 opened 2 weeks ago

Chris2011 commented 2 weeks ago

At the moment, we can just minify js files, but we also have mjs and cjs files, so this needs to be implemented. too.