HookyQR / VSCodeMinify

Add minify function to VSCode 0.10+
53 stars 20 forks source link

Minify on save #26

Closed matrixapps closed 6 years ago

matrixapps commented 6 years ago

Hi,

Recently updated VScode t o 1.25.1 and noticed that my js files are no longer minifying on save. Is this a known issue? Something I could check? Thanks!

cemerson commented 1 year ago

I may be dealing w/something else but I'm having same issue. I have the "minify.minifyExistingOnSave" setting set to true in my VSCode workspace settings, and when I save the file my status bar says "Minified: 42% of original" ... but the .min file isn't updated (and no new file is created either).

FWIW if I select "Minify" from the command palette the same thing happens: "Minified" message in the status bar but no .min file is created or updated.