joelcarlton / Sublime-CombineAndMinify

Combine a list of JavaScript files Into a single master and minified version
GNU General Public License v2.0
9 stars 3 forks source link

Sending for Mminification over a slow connection blocks ST #5

Open DmitryMyadzelets opened 9 years ago

DmitryMyadzelets commented 9 years ago

Having a slow connection you may wait almost forever.. Example of log is below:

Initiating Minification
Trashing Old Master File
Sending JavaScript for Minification
Saving Minified Version

Operation Compleated in 21.42 seconds.

I have a local minimizer in ST. Why don't just use it? I can't find a hint how to set up this plugin to use the local minimizer.

joelcarlton commented 9 years ago

Looking into local minification. Sorry for delay.

joelcarlton commented 7 years ago

This delay seems to be related to large post requests over the internet. I have started working with an integration with uglifyjs from npm but it will require node to be installed locally.