VSCodeMinify icon indicating copy to clipboard operation
VSCodeMinify copied to clipboard

Add minify function to VSCode 0.10+

Results 53 VSCodeMinify issues
Sort by recently updated
recently updated
newest added

Basically speaking, for the most part it updates dependencies. I only focused on Javascript, since it was lacking some features. You'll probably want to change the distributor back and update...

My CSS is showing the path as "background:url(../images/bg.png) left top no-repeat', after converting to minified css. The output file shows as "background:url(/images/bg.png) left top no-repeat', Please help

Hello VSCodeMinify, I cannot get a source-map option working. Would appreciate an example. Hope you can help. Kind regards, [email protected]

This is a feature request. I think it would be nice if the plugin can create the minified versions on save when the related minified file does not yet exists....

question

The previous docs was mentioned this plugin is using uglifyjs but under the hood it's using terser. So I have made the update.

It seems that Minify can't manage the nullish coalescing operator. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator I'm trying to minimize this: ``` const a = document.nonExistent ?? "Not found"; ``` And get: > Minify failed:...

I just installed this extension on vsCode and realized that there's no write-up explaining how to use the extension. This is really frustrating. Can something be done about this?

Would it be possible to determine what files are deemed to be html etc from the user `files.associations` key of `settings.json` For example adding the mustache for an html template...

- Issue Type: `Bug` - Extension Name: `minify` - Extension Version: `0.4.3` - OS Version: `Windows_NT x64 10.0.19043` - VS Code version: `1.61.2` :warning: We have written the needed data...