indigophp / robo-iless
Robo Task to compile LESS projects using the ILess library
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 2
pkg:composer/indigophp/robo-iless
Requires
- php: >=5.4.0
- codegyre/robo: ~0.5
- mishal/iless: ~1.6
Requires (Dev)
- phpunit/phpunit: ~4.4
This package is not auto-updated.
Last update: 2021-11-27 01:25:37 UTC
README
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.