Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Added Badge-Poser
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Feb 21, 2015
1 parent 85b4bde commit 99eec70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Less parser plugin for CakePHP 3.X
==================================

[![Latest Stable Version](https://poser.pugx.org/elboletaire/less-cake-plugin/v/stable.svg)](https://packagist.org/packages/elboletaire/less-cake-plugin)
[![Total Downloads](https://poser.pugx.org/elboletaire/less-cake-plugin/downloads.svg)](https://packagist.org/packages/elboletaire/less-cake-plugin)
[![Latest Unstable Version](https://poser.pugx.org/elboletaire/less-cake-plugin/v/unstable.svg)](https://packagist.org/packages/elboletaire/less-cake-plugin)
[![License](https://poser.pugx.org/elboletaire/less-cake-plugin/license.svg)](https://packagist.org/packages/elboletaire/less-cake-plugin)

This plugin has a helper to help you parsing `.less` files in CakePHP 3.0 applications.

By default, the helper will parse all less files to CSS files using [less.php](https://github.com/oyejorge/less.php) but if, for any reason, it fails, will fallback to the [less.js](http://lesscss.org/#download-options) parser both included by this plugin (this way you'll see any errors on screen).
Expand Down

0 comments on commit 99eec70

Please sign in to comment.