gulpjs/gulp

Files order is not preserved in buffer mode

Open

#300 建立於 2014年2月22日

在 GitHub 查看
 (20 留言) (0 反應) (0 負責人)JavaScript (4,166 fork)batch import
documentationhelp wanted

倉庫指標

Star
 (32,979 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

When the buffer mode is used and some plugins are doing some async stuffs on buffers, it leads to unordered files in the stream.

Creating a plugin that works asynchronously on buffers and preserve the inputed files order is over complicated.

The problem doesn't appear for streaming mode since all pipes are done immediatly.

貢獻者指南