Skip to content

Commit

Permalink
Merge pull request #10266 from timvandermeij/gulp-4
Browse files Browse the repository at this point in the history
Upgrade to Gulp 4
  • Loading branch information
timvandermeij authored Dec 17, 2018
2 parents bc46569 + fa85f86 commit 417c234
Show file tree
Hide file tree
Showing 5 changed files with 556 additions and 435 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
2 changes: 1 addition & 1 deletion examples/browserify/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ gulp.task('build-worker', function() {
.pipe(gulp.dest(OUTPUT_PATH));
});

gulp.task('build', ['build-bundle', 'build-worker']);
gulp.task('build', gulp.series('build-bundle', 'build-worker'));
Loading

0 comments on commit 417c234

Please sign in to comment.