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.
- Host: GitHub
- URL: https://github.com/pinjasaur/gulp-3-to-4
- Owner: Pinjasaur
- Created: 2019-04-21T01:30:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T02:12:25.000Z (about 7 years ago)
- Last Synced: 2025-07-29T01:26:11.085Z (11 months ago)
- Language: JavaScript
- Homepage: https://paul.af/working-with-gulp-4
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.