An open API service indexing awesome lists of open source software.

https://github.com/pinjasaur/gulp-3-to-4

Converting a minimal Gulpfile to support the v4 conventions & changes.
https://github.com/pinjasaur/gulp-3-to-4

Last synced: 10 months ago
JSON representation

Converting a minimal Gulpfile to support the v4 conventions & changes.

Awesome Lists containing this project

README

          

# Gulp 3 to Gulp 4

Towards the end of 2018, Gulp 4 became the default version installed with

```
npm install gulp
```

which is incompatible with Gulp 3 Gulpfiles.

This repository is a reference for converting a minimal Gulp 3 Gulpfile to a
Gulp 4 Gulpfile. It is accompanied by a [blog post](https://paul.af/working-with-gulp-4).

The environment I wrote this used Node.js v10 & npm v6.