Cake.Gulp

What is it?

Cake.Gulp is a set of aliases for Cake to help with running Gulp scripts as part of a build.

Scope

Cake.Gulp currently supports the following npm commands:

  • Executing gulp from a local installation with arguments
  • Executing gulp from a global installation with arguments

My primary goal for the project is to support the build workflow I need as a .NET developer.

Cake.Gulp will most likely be paired with Cake.Npm to support the installation of gulp itself along with any dependencies your gulp file requires.

Tests

Cake.Gulp is covered by a set of unit tests contributed by nengberg.