mrcrowl / vscode-easy-less

Easy LESS extension for Visual Studio Code
MIT License
68 stars 23 forks source link

Double output possible? #106

Open ElStupid opened 4 months ago

ElStupid commented 4 months ago

Right now it's only possible to compile a less file into a normal css OR a compressed css. I would like an option to output both a normal css and a compressed css at the same time.

So as an option, example.less compiles into example.css and example.min.css

Thanks!

malaudha commented 3 months ago

Adding to this that it could be useful to have the possibility to specify 2 different output directories.

ElStupid commented 3 months ago

That would even be better, thanks for upgrading my suggestion ;)