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

rename the output file #110

Open wobstyr opened 4 years ago

wobstyr commented 4 years ago

can you change the name to be whatever.min.css and not whatever-min.css as this causes issues with cloudflare?

olback commented 4 years ago

The out file should be named whatever.min.css if the original filename is whatever.css. whatever-min.css should never happen.

Edit: Can you post the output of Minify: Export Configuration?