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
..
acroforms Manually fix remaining ESLint errors 2018-12-11 15:23:26 +01:00
browserify Upgrade to Gulp 4 2018-12-17 16:20:13 +01:00
components ESLint --fix 2018-12-11 15:23:26 +01:00
image_decoders Manually fix remaining ESLint errors 2018-12-11 15:23:26 +01:00
learning Convert PDFDocumentLoadingTask, in src/display/api.js, to an ES6 class 2018-11-18 19:07:57 +01:00
mobile-viewer Manually fix remaining ESLint errors 2018-12-11 15:23:26 +01:00
node Manually fix remaining ESLint errors 2018-12-11 15:23:26 +01:00
svgviewer ESLint --fix 2018-12-11 15:23:26 +01:00
text-only ESLint --fix 2018-12-11 15:23:26 +01:00
webpack Manually fix remaining ESLint errors 2018-12-11 15:23:26 +01:00
.eslintrc Turn on ESLint in examples directory, apply examples-specific exceptions 2018-12-11 15:23:26 +01:00