Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G gulp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gulp
  • gulp
  • Merge requests
  • !111

Permit gulp.src().pipe(gulp.src()) ?

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Nicolas Froidure requested to merge github/fork/nfroidure/src-pipe into master Jan 08, 2014
  • Overview 10
  • Commits 1
  • Pipelines 0
  • Changes 1

I'm wondering the interest of doing it ? It has been discussed on IRC but i report it there to get the whole community input. On my side, i don't have opinion on it. I just mind, why not ?

The use case i see is being able to retrieve 2 different folders contents without retrieve all the files contained in their common ancestor.

Another one could be to add some files at some point in the task pipeline.

Below is a test indicating it seems to not work for now, let me know if you wish i should to continue or not.

If so, i'd like to have your input to tell me in which order the files should be passed through (no order, piped in files first or add an option for ordering the files).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/nfroidure/src-pipe