Releases: cake-contrib/Cake.Gulp
Releases · cake-contrib/Cake.Gulp
v0.5.0
Improves support for setting the working directory:
Gulp.Local.Execute(s => {
s.WorkingDirectory = "./frontend";
});
v0.4.0
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