Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Would it be possible to add the ability to specify the toolpath? #29

Open
ghost opened this issue Feb 12, 2019 · 0 comments
Open

Would it be possible to add the ability to specify the toolpath? #29

ghost opened this issue Feb 12, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 12, 2019

I need to set the path to nodejs to prevent it from using the one that is shipped with VStudio.
E.g. add the method below to: "GulpLocalRunnerSettings" class.

public GulpLocalRunnerSettings SetToolPath(FilePath toolPath) { ToolPath = toolPath; return this; }

Best regards,
Kevin

@ghost ghost mentioned this issue Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants