gulpjs/gulp

Files order is not preserved in buffer mode

Open

#300 geöffnet am 22. Feb. 2014

Auf GitHub ansehen
 (20 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (32.979 Stars) (4.166 Forks)batch import
documentationhelp wanted

Beschreibung

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.

Contributor Guide