soy-php/gulp-task
最新稳定版本:0.2.0
Composer 安装命令:
composer require soy-php/gulp-task
包简介
Gulp task for Soy
README 文档
README
Introduction
Usage
Include soy-php/gulp-task in your project with composer:
$ composer require soy-php/gulp-task
Then in your recipe you can use the task as follows:
<?php $recipe = new \Soy\Recipe(); $recipe->component('default', function (\Soy\Gulp\RunTask $gulpTask) { $gulpTask ->setTask('scss') ->run(); }); return $recipe;
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-31