2017 © Pedro PelĂĄez
 

library robo-iless

Robo Task to compile LESS projects using the ILess library

image

indigophp/robo-iless

Robo Task to compile LESS projects using the ILess library

  • Tuesday, March 3, 2015
  • by TamasBarta
  • Repository
  • 2 Watchers
  • 1 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ILess Robo Task

Latest Version Software License Build Status Code Coverage Quality Score HHVM Status Total Downloads, (*1)

ILess Robo Task is a Robo task that enables Robo to perform LESS compilation through the ILess library., (*2)

Install

Via Composer, (*3)

``` bash $ composer require indigophp/robo-iless, (*4)



## Usage ```php 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

bash $ vendor/bin/phpunit, (*5)

Contributing

Please see CONTRIBUTING for details., (*6)

Credits

License

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

The Versions

03/03 2015

dev-master

9999999-dev http://indigophp.com

Robo Task to compile LESS projects using the ILess library

  Sources   Download

MIT

The Requires

 

The Development Requires

parser php task less lesscss compiler robo preprocessor