Skip to content

heliopsis/ezless

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eZ Less

The eZ Less extension combines the powerful eZ Publish content management system with the awesome LESS CSS pre-processor.

Dependencies

eZ Less makes use of lessphp and less.js.

Current versions of these libraries are :

  • lessphp : 0.3.4
  • less.js : 1.3.0

Compatibility

eZ Less should be compatible with Twitter Bootstrap 2.0.2

Get the sources from github | Installation

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, ...

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%