Compiling LESS on save in VS2022 without project
I want to compile a standalone .less
file in Visual Studio 2022, that is not a part of any project, every time the file is being saved (into a .css
file with the same name in the same folder). Is there a way to achieve this without creating a dummy project?
Compiling LESS on save in VS2022 without project
I want to compile a standalone .less
file in Visual Studio 2022, that is not a part of any project, every time the file is being saved (into a .css
file with the same name in the same folder). Is there a way to achieve this without creating a dummy project?