Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wearefractal/gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Dec 9, 2013
2 parents ab5eec0 + da8ca2a commit b54d56d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ gulp.src('./client/scripts/*.js')
## Plugin Guidelines
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`.
1. file.contents should always go out the same way it came in
- Respect buffered, streaming, and non-read files as well as folders!
1. Do not pass the file object downstream until you are done with it
Expand Down

0 comments on commit b54d56d

Please sign in to comment.