gulpjs/gulp

Files order is not preserved in buffer mode

Open

#300 aperta il 22 feb 2014

Vedi su GitHub
 (20 commenti) (0 reazioni) (0 assegnatari)JavaScript (4166 fork)batch import
documentationhelp wanted

Metriche repository

Star
 (32.979 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor