Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 77393e1

Browse filesBrowse files
authored
Docs: End bullet items with a period (#2457)
1 parent 1ce0637 commit 77393e1
Copy full SHA for 77393e1

File tree

1 file changed

+9
-9
lines changed
Filter options

1 file changed

+9
-9
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212

1313
- **Automation** - gulp is a toolkit that helps you automate painful or time-consuming tasks in your development workflow.
1414
- **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.
1717

1818
## What's new in 4.0?!
1919

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.
2424
* 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.
2828

2929

3030
## gulp for enterprise

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.