Skip to content

v0.5.0

Compare
Choose a tag to compare
@Philo Philo released this 11 Aug 15:54
· 98 commits to develop since this release

Improves support for setting the working directory:

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