olback / es6-css-minify

Easily minify CSS and JavaScript in VS Code
https://marketplace.visualstudio.com/items?itemName=olback.es6-css-minify
MIT License
47 stars 13 forks source link

Change default config files #107

Open vamelcore opened 4 years ago

vamelcore commented 4 years ago

Hello.

In the description:

By default the extension will look for .uglifyrc, .cleancssrc and .autoprefixerrc. You can change the paths in settings. - How can I set global path for config files. When I try: "es6-css-minify.uglifyConfigFile": "C:\Users\VITALIY\.vscode\.uglifyrc" but it doesn't work?? only when .uglifyrc on the current dir.

Thank You.