You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Strong Ecosystem** - Use npm modules to do anything you want + over 3000 curated plugins for streaming file transformations.
16
15
-**Simple** - By providing only a minimal API surface, gulp is easy to learn and simple to use.
17
16
18
-
## What's new in 4.0?!
19
-
20
-
* The task system was rewritten from the ground-up, allowing task composition using `series()` and `parallel()` methods.
21
-
* The watcher was updated, now using chokidar (no more need for gulp-watch!), with feature parity to our task system.
22
-
* First-class support was added for incremental builds using `lastRun()`.
23
-
* A `symlink()` method was exposed to create symlinks instead of copying files.
24
-
* Built-in support for sourcemaps was added - the gulp-sourcemaps plugin is no longer necessary!
25
-
* Task registration of exported functions - using node or ES exports - is now recommended.
26
-
* Custom registries were designed, allowing for shared tasks or augmented functionality.
27
-
* Stream implementations were improved, allowing for better conditional and phased builds.
28
-
29
-
30
-
## gulp for enterprise
31
-
32
-
Available as part of the Tidelift Subscription
33
-
34
-
The maintainers of gulp and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-gulp?utm_source=npm-gulp&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
35
-
36
-
37
17
## Installation
38
18
39
19
Follow our [Quick Start guide][quick-start].
@@ -246,48 +226,21 @@ for a second time.
246
226
247
227
Anyone can help make this project better - check out our [Contributing guide](/CONTRIBUTING.md)!
248
228
249
-
## Backers
250
-
251
-
Support us with a monthly donation and help us continue our activities.
252
-
253
-
[![Backers][backers-image]][support-url]
254
-
255
-
## Sponsors
256
-
257
-
Become a sponsor to get your logo on our README on Github.
0 commit comments