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

Use gulp from npm repository to make it work without git dependency #412

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mziab
Copy link

@mziab mziab commented Dec 6, 2019

npm install didn't work out-of-the-box, notably on Windows machines with no git installed. Changing the gulp dependency from github in package.json to a regular one fixes the issue.

And while git should be present in every developer's toolbox, there isn't much of a reason to fetch gulp from github rather than the npm repository. Plus, setting up git on Windows is a bit more of a hassle on Windows machines. Hence, I'm making this PR. Hopefully this saves someone some time.

@garretthyder
Copy link
Collaborator

Thanks @mziab glad to hear NPM has caught up with its Gulp version. For reference, the source was changed to github due to 4.0 not having been available in NPM at the time.
Details - #369 (comment)

This looks good to me but will leave the merge to @JeremyEnglert so he can do some additional testing.

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

Successfully merging this pull request may close these issues.

2 participants