Skip to content

Commit b54d56d

Browse files
author
Contra
committed
Merge branch 'master' of https://github.com/wearefractal/gulp
2 parents ab5eec0 + da8ca2a commit b54d56d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ gulp.src('./client/scripts/*.js')
277277
278278
## Plugin Guidelines
279279
280+
A gulp plugin is exclusively something that deals with file streams. If your library is not for streaming files but is still made for use with gulp, just tag it as `gulpfriendly` instead of `gulpplugin`.
281+
280282
1. file.contents should always go out the same way it came in
281283
- Respect buffered, streaming, and non-read files as well as folders!
282284
1. Do not pass the file object downstream until you are done with it

0 commit comments

Comments
 (0)