title |
---|
Third Party Compilers |
- grunt-contrib-less
- gulp-less: Please note that this plugin discards
source-map
options, opting to instead using the gulp-sourcemaps library. - svelte-preprocess: (converts Less to CSS before passing it to the Svelte compiler)
- Connect Middleware for Less: Connect Middleware for Less compiling
Wro4j Runner CLI Download the wro4j-runner.jar file and run the following command:
java -jar wro4j-runner-1.5.0-jar-with-dependencies.jar --preProcessors lessCss
More details can be found here: Wro4j Runner CLI
CSS::LESSp
http://search.cpan.org/~drinchev/CSS-LESSp/
lessp.pl styles.less > styles.css
Windows Script Host
Note - the official Less node runs on windows, so we are not sure why you would use this.
Less.js for Windows with this usage:
cscript //nologo lessc.wsf input.less [output.css] [-compress]
or
lessc input.less [output.css] [-compress]
dotless
dotless for Windows can be run like this:
dotless.Compiler.exe [-switches] <inputfile> [outputfile]
Also see: