indigophp/robo-iless
Composer 安装命令:
composer require indigophp/robo-iless
包简介
Robo Task to compile LESS projects using the ILess library
README 文档
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.
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-01-31