Skip to content

Commit

Permalink
Upgrade to Gulp 4
Browse files Browse the repository at this point in the history
This required the following changes in the Gulpfile:

- Defining a series of tasks is no longer done with arrays, but with the
  `gulp.series` function.
- Getting all tasks must now be done through the task registry.
- Tasks that don't return anything must call `done` upon completion.

Moreover, this upgrade allows us to use the latest Node.js on Travis CI
again.
  • Loading branch information
timvandermeij committed Nov 18, 2018
1 parent 5f15dc2 commit 35e66cf
Show file tree
Hide file tree
Showing 4 changed files with 564 additions and 433 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "10"
- node
cache:
directories:
- node_modules
Expand Down
Loading

0 comments on commit 35e66cf

Please sign in to comment.