less4f 0.0.2A wrapper around Less4j - the pure Java compiler for Less (Internal)
less4f is a support library that aids Alien-Factory in the development of other libraries, frameworks and applications. Though you are welcome to use it, you may find features are missing and the documentation incomplete.
Less4f is a wrapper around Less4j 1.11.0 - a pure Java compiler for Less.
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!
Install
To install less4f with Fantom Pod Manager, cut'n'paste the following into a cmd prompt, terminal or shell:
Or to install less4f with the Fantom Repository Manager (fanr), cut'n'paste the following into a cmd prompt, terminal or shell:
Or to install manually, download the pod file and copy it to the %FAN_HOME%/lib/fan/
directory.
Use
To use less4f in a Fantom project, add a dependency to the project's build.fan
:
depends = ["sys 1.0", ..., "afLess4f 0.0.2 - 0.0"]
Documentation
Information
Meta information on the less4f pod:
- Published by
- Steve Eynon
- Organisation
- Alien-Factory
- Pod file size
- 1.81 MB
- Licence
- Apache Licence, Version 2.0
- Built on
- 9th May 2015
- Source code
- via Mercurial at https://bitbucket.org/AlienFactory/afless4f
- Depends on
- sys, util
- Referenced by
- Javascript Compatible
- No