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
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
+
280
282
1. file.contents should always go out the same way it came in
281
283
- Respect buffered, streaming, and non-read files as well as folders!
282
284
1. Do not pass the file object downstream until you are done with it
0 commit comments