kevicency / MSBuild.NodeTools

Run various node tools as a MSBuild dependency
BSD 3-Clause "New" or "Revised" License
64 stars 14 forks source link

Fix working directory For Gulp #34

Open LodewijkSioen opened 8 years ago

LodewijkSioen commented 8 years ago

The WorkingDirectory was set by the task AND by gulp (--cwd). When the WorkingDirectory was completely different from the current directory, this made the gulpfile totally unfindable. On execution, it was looking for the gulpfile in 'workingdirectory/workingdirectory/gulpfile.js'.

Fixes #35