Skip to content

Latest commit

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Gulp Task

Latest Stable VersionTotal DownloadsLatest Unstable VersionLicense

Introduction

This is a gulp task for Soy

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;

About

Gulp task for Soy

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages