VSCodeMinify
VSCodeMinify copied to clipboard
Add minify function to VSCode 0.10+
I'm moving from Atom and my minify plugin there let me specify a filename pattern for the minified file. Instead of a *.min.js file in the same directory I need...
UglifyJs throwing > Error : Unexpected token: punc (.) on Optional chaining operator
For example I have this directory with files: ``` /js/ /js/js1.js /js/js2.js ``` Then I want to `MInify Directory` but I want to change the order to process js2.js first...
- Issue Type: `Bug` - Extension Name: `minify` - Extension Version: `0.4.3` - OS Version: `Windows_NT x64 10.0.19042` - VS Code version: `1.57.0` :warning: We have written the needed data...
I have a folder that contain many .js and .min.js file and I use "minify directory" to create a single file. The output does not contain .min.js content.
- Issue Type: `Bug` - Extension Name: `minify` - Extension Version: `0.4.3` - OS Version: `Windows_NT x64 10.0.18363` - VS Code version: `1.55.2` :warning: We have written the needed data...
Hello, I have an issue on a minifying directory with CSS files on Windows 10 with VSCode 1.33.1. It goes on error: "Minify failed: 2 error(s). It works on JS...
The minified content of index.js is write to both index.min.js, and modal.min.js, that contains same name of parent folder of index.js Step to reproduce 1 - Set config "minify.minifyExistingOnSave": true...
## Summary Added "minify.jsSavePath", "minify.cssSavePath", and "minify.htmlSavePath" settings that enable the user to define where they want files saved. These settings take strings, and can be relative or direct. **This...