1.1experimentalLESS Compiler

Compile LESS-files to proper CSS

Clone URLhttps://github.com/nils-werner/less_compiler.git

Add as a submodulegit submodule add https://github.com/nils-werner/less_compiler.git extensions/less_compiler --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNo1.01.1NoNoNoNoNoNoNoNoNoNoNoNoNoNo. Soon?

Readme

JIT LESS Compiler

"Just in time" LESS compiler for Symphony CMS.

Synopsis

A simple way to compile LESS files on the fly via the URL.

Installation

Information about installing and updating extensions can be found in the Symphony documentation at http://symphony-cms.com/learn/.

Usage

Basics

Similar to JIT Image Manipulation: Just include your LESS stylesheet, say workspace/assets/style.less using

<link rel="stylesheet" href="/less/assets/style.less" />

Version history

Requires Symphony 2.3

Nothing changed really, just updating meta-info for 2.3

Requires Symphony 2.2

Initial Release