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

Update Gulp to version 4, split gulpfile into individual tasks #41

Merged
merged 1 commit into from Oct 22, 2018

Conversation

Nooshu
Copy link
Collaborator

@Nooshu Nooshu commented Oct 21, 2018

Fairly simple PR to upgrade Gulp to version 4. Individual gulp tasks have been split out into separate files under the gulp-tasks directory for easier maintenance. Gulp 4 allows for the use of gulp.series() which simplifies the task running process and removing the need for task references nested inside other tasks. It is also possible to use gulp.parallel() if this is required.

A gulp-paths.js file has been created to store relevant paths outside of the individual tasks.

To install it should be a case of running npm i and version 4 will be installed. npm build is untouched.

@soulgalore soulgalore merged commit 6b1e184 into sitespeedio:master Oct 22, 2018
@soulgalore
Copy link
Member

Thank you @Nooshu !

@Nooshu Nooshu deleted the upgrade-to-gulp-4 branch October 22, 2018 07:13
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.

None yet

2 participants