Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
ezless | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
The eZ Less extension combines the powerful eZ Publish content management
system with the awesome LESS CSS pre-processor.
eZ Less makes use of lessphp and less.js.
Current versions of these libraries are :
eZ Less should be compatible with Twitter Bootstrap 2.0.2
If you want to install ezless from github then you'll need to manually pull
lessphp since it's provided as a submodule.
cd /path/to/your/ezpublish/install
git clone https://github.com/stdclass/ezless extension/ezless
cd extension/ezless
git submodule init
git submodule update
Then you know what to do : activate the extension, regenerate autoloads, ...