Skip to content

Processing too many folders cause freezing gulp task #17

Description

@e-g1gor

Gulp says "task didnt complete" when i tried to process more than 22 folders with flatmap:

  gulp.src(app.blocks) //more than 22 folders
  .pipe(flatmap((stream, file) => {
    return stream;
  }))

Detail description here: https://stackoverflow.com/q/49394845/9525161

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions