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

[FEATURE] Get rid of zipped custom-pckages and use npm install instead #105

Open Chris2011 opened 6 months ago

Chris2011 commented 6 months ago

Is your feature request related to a problem? Please describe. At the moment, I preinstall npm packages, upload them as a new package and after installing minifierbeans I unzip the archive. Unfortunately with the latest update there is smth broken while extracting. Sometimes it tooks too long and sometimes it seems to raise an error.

Describe the solution you'd like I will move the custom-packages to a new folder into resources, just use the package.json and use npm install to install the latest packages in hope that this works faster and more consistent.

Describe alternatives you've considered Alternative is to do it as it is and try to find the bug.

Chris2011 commented 6 months ago

Related to #104