pdf.js/examples
Tim van der Meij fa85f86298
Upgrade to Gulp 4
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. The `web` target is refactored to use a
  smaller number of tasks to prevent tasks from running multiple times.
- 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.
2018-12-17 16:20:13 +01:00
..
2018-12-17 16:20:13 +01:00
2018-12-11 15:23:26 +01:00
2018-12-11 15:23:26 +01:00
2018-12-11 15:23:26 +01:00
2018-12-11 15:23:26 +01:00