Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

indigophp/robo-iless

Repository files navigation

ILess Robo Task

Latest Version Software License Build Status Code Coverage Quality Score HHVM Status Total Downloads

ILess Robo Task is a Robo task that enables Robo to perform LESS compilation through the ILess library.

Install

Via Composer

$ composer require indigophp/robo-iless

Usage

class RoboFile extends \Robo\Tasks
{
    use \Robo\Task\ILess\loadTasks;

    public function less()
    {
        $this->taskCompileLess()
            ->paths([
                'some/path/to/css.css' => 'some/path/to/less.less',
                'some/path/to/css2.css' => 'some/path/to/less2.less',
            ])
            ->run();
    }
}

Testing

$ vendor/bin/phpunit

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

LESS compiler for Robo Task Runner utilizing ILess

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published