2017 © Pedro Peláez
 

library bundler-less

LESS support for dc/bundler

image

dc/bundler-less

LESS support for dc/bundler

  • Friday, May 22, 2015
  • by vegardlarsen
  • Repository
  • 2 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Less.php wrapper for dc/bundler

Enables you to compile Less files using dc/bundler., (*1)

Installation

composer require dc/bundler-less

or in composer.json, (*2)

"require": {
    "dc/bundler-less": "dev-master"
}

Setup

This package depends on dc/router, but strongly suggests dc/ioc. This is how you register the transformer with the IoC container so it is picked up automatically., (*3)

```php
\DC\Bundler\Less\LessTransformer::registerWithContainer($container);

The Versions