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.0 | 2.0.3 | 2.0.4 | 2.0.5 | 2.0.6 | 2.0.7 | 2.1.0 | 2.1.1 | 2.1.2 | 2.2.0 | 2.2.1 | 2.2.2 | 2.2.3 | 2.2.4 | 2.2.5 | 2.3.0 | 2.3.1 | 2.3.2 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| No | No | No | No | No | No | No | No | No | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.1 | 1.1 | 1.1 |
Readme
JIT LESS Compiler
"Just in time" LESS compiler for Symphony CMS.
- Version: 1.1
- Date: 30th June 2012
- Requirements: Symphony 2.3
- Author: Nils Werner, nils.werner@gmail.com
- GitHub Repository: http://github.com/nils-werner/less_compiler
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