|
12 | 12 |
|
13 | 13 | - **Automation** - gulp is a toolkit that helps you automate painful or time-consuming tasks in your development workflow.
|
14 | 14 | - **Platform-agnostic** - Integrations are built into all major IDEs and people are using gulp with PHP, .NET, Node.js, Java, and other platforms.
|
15 |
| -- **Strong Ecosystem** - Use npm modules to do anything you want + over 3000 curated plugins for streaming file transformations |
16 |
| -- **Simple** - By providing only a minimal API surface, gulp is easy to learn and simple to use |
| 15 | +- **Strong Ecosystem** - Use npm modules to do anything you want + over 3000 curated plugins for streaming file transformations. |
| 16 | +- **Simple** - By providing only a minimal API surface, gulp is easy to learn and simple to use. |
17 | 17 |
|
18 | 18 | ## What's new in 4.0?!
|
19 | 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 |
| 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 | 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 |
| 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 | 28 |
|
29 | 29 |
|
30 | 30 | ## gulp for enterprise
|
|
0 commit comments