gulpjs/gulp

Files order is not preserved in buffer mode

Open

#300 aberto em 22 de fev. de 2014

Ver no GitHub
 (20 comments) (0 reactions) (0 assignees)JavaScript (4.166 forks)batch import
documentationhelp wanted

Métricas do repositório

Stars
 (32.979 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador