WinLess is written with C#.NET using Visual Studio 2010.
The installer is created using War Setup
Read this issue for an explanation of the projects' status and future. Read this before opening any issue.
To use a globally installed LESS, instead of the one bundled with WinLess, you should follow the following steps:
- Install Node.js, which comes bundled with NPM.
- Open command prompt.
- Execute
npm install less -g
- Execute
npm install less-plugin-clean-css -g
- Choose
use globally installed less
in WinLess settings.