Skip to content

Releases: cake-contrib/Cake.Gulp

v0.5.0

11 Aug 15:54
Compare
Choose a tag to compare

Improves support for setting the working directory:

    Gulp.Local.Execute(s => {
        s.WorkingDirectory = "./frontend";
    });

v0.4.0

30 Jun 09:20
Compare
Choose a tag to compare

Requires Cake 0.13.0

Please ensure you are using the latest cake bootstrapper or update your cake version in tools/packages.config

This release is more about maintaining Cake version parity between Cake.Npm and Cake.Gulp since they are complimentary addins