Less4f is a simple command line utility program for compiling .less files into .css files. It was created for compiling Twitter Bootstrap templates and has been successfully tested with Bootstrap v3.3.4.
Less4f is a happy alternative to installing Less, Node.js, Grunt, and half the internet just to compile a couple of text files!
Quick Start
Once installed, run Less4f from the command line:
C:\> fan afLess4j [-x] <lessIn> <cssOut>
Where lessIn and cssOut are files. OS dependent and / or URI notation may be used. Examples:
C:\> fan afLess4j -x C:\projects\website.less C:\projects\website.css
C:\> fan afLess4j -x file:/C:/projects/website.less file:/C:/projects/website.css
Dependencies
Less4f is designed to be used a standalone application and as such, comes pre-bundled with the following jars:
SlimerDude Sat 9 May 2015
Less4f Preview Release!
Less4fis a wrapper around Less4j - the Java compiler for Less.Less4fis a simple command line utility program for compiling.lessfiles into.cssfiles. It was created for compiling Twitter Bootstrap templates and has been successfully tested with Bootstrap v3.3.4.Less4fis a happy alternative to installing Less, Node.js, Grunt, and half the internet just to compile a couple of text files!Quick Start
Once installed, run
Less4ffrom the command line:Where
lessInandcssOutare files. OS dependent and / or URI notation may be used. Examples:Dependencies
Less4fis designed to be used a standalone application and as such, comes pre-bundled with the following jars:less4j-1.11.0.jarantlr-runtime-3.5.2.jarcommons-beanutils-1.8.3.jarcommons-io-2.3.jarcommons-logging-1.1.1.jarHave fun!