1.1experimentalLESS Compiler

Compile LESS-files to proper CSS

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

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

Compatibility

2.0.02.0.32.0.42.0.52.0.62.0.72.1.02.1.12.1.22.2.02.2.12.2.22.2.32.2.42.2.52.3.02.3.12.3.2
NoNoNoNoNoNoNoNoNo1.01.01.01.01.01.01.11.11.1

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