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

Gulp Task should not demand gulp be globally installed on an agent #1035

Closed
drub0y opened this issue Jan 5, 2016 · 3 comments
Closed

Gulp Task should not demand gulp be globally installed on an agent #1035

drub0y opened this issue Jan 5, 2016 · 3 comments

Comments

@drub0y
Copy link

drub0y commented Jan 5, 2016

The Gulp task has support for executing gulp from the source directory (e.g. node_modules), yet it still demands that Gulp is installed globally on an agent. This means one must, at bare minimum, go add a capability of gulp to one's build agents just so they can even be considered candidates for builds that use the Gulp task. Given the way the Gulp task is written, this demand should not be necessary and the only demand the Gulp task should actually make is for node.

@pascalberger
Copy link
Contributor

It seems like this (and #1036) was fixed by a2ecabd

@ericsciple
Copy link
Contributor

Thanks @pascalberger

@drub0y
Copy link
Author

drub0y commented Mar 30, 2016

Cheers guys!

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

3 participants