Extended version of the LessCSS Compiler (Java library which compiles Less source files to the CSS code). Adds features such as:
- caching (see caching data):
- compiled code
- source code
- supports sources located at:
- local drives
- network protocols: HTTP, HTTPS, FTP
- classpath (prefix
classpath://
) - custom - defined by programmers
The compatibility with the Less language is determined by:
- native compiler implementation (biz.gabrys.lesscss.compiler.LessCompiler)
- supported locations of sources (see supported locations matrix)
The compiler to run requires:
- Java 5.0 or higher
- Third-Party Dependencies (see list)
You can download the library from this page or using various dependency management tools.