Open mziab opened 4 years ago
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 - https://github.com/JeremyEnglert/JointsWP/issues/369#issuecomment-432028413
This looks good to me but will leave the merge to @JeremyEnglert so he can do some additional testing.
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.