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

I use “·” (left of 1) to make multi line content,and when i use minify,it throw an exption:"unexpected character"

Hello, would it be possible to just minify the current opened file? Just overwrite the current opened text? Even better would be like most other extensions do with some preview...

**I've noticed that minifying a file is assuming the output as UTF-8.** The problem is that any files in other charsets (ISO-8859-1 in my case) will have problems like: >...

`minifiy.css.root` should be `minify.css.root`

Support for es6 code would be nice, this package supports es6 code: https://www.npmjs.com/package/uglify-es

I'd like to recognize ejs files in the HTML minification, but after adding minify.HTMLfiles with ejs and later reloading, it still does not work. What else can be done in...

Currently, if a minify.js.preamble is set, it is appended inside all tags when minifying HTML. So it's included in all inline scripts, as well as every call to an external...

When using backticks for multiline strings, it fails to minify. examples: ``` var d = document.createElement('div'); d.innerHTML = `Hello World`; ``` Minify Failed: Syntax Error: Unexpected Syntax ``` d.innerHTML =...

A feature request. For cleaning the caches. add to config: minify.timestampOnSave (or versions) if "minify.minifyExistingOnSave": true, then create 'file.min.timestamp.ext' and optionally too, make a search and replace in the project....