sindresorhus/gulp-filter

Filtering files with paths outside of gulp folder not possible? #85

marcelh-gh posted onGitHub

hi, it seems that currently gulp-filter does not support filtering files with paths outside of the folder the gulp.task is running in. if the current behavior is desired an options to allow other paths as well would be nice (as done by del package for example). thanks & regards, Marcel


We have a test for this that proves it should work: https://github.com/sindresorhus/gulp-filter/blob/b9fb0bc5771e14b8a0c44f2a9e8daee4552c7ffd/test.js#L164 But happy to take another look if you submit a failing test.

posted by sindresorhus over 7 years ago

thanks a lot for the quick response. I'm going to have a look at your tests.

I am not sure if this is relevant: I am doing this in a multi-root workspace in VS Code and I am referencing folders in another root folder ("./../otherRoot/test") But for gulp-filter these are all probably just path strings(?)

posted by marcelh-gh over 7 years ago

seems you can do (1) gulp.src("A/B/**/*.*").pipe(filter("A/B/**/*.xx")

but you can't do (2) gup.src("../A/B/**/*.*").pipe(filter("../A/B/**/*.xx") it just returns 0 files. no error message

case (2) only works if ".." is replaced with "**" within the filter

posted by marcelh-gh over 7 years ago

@issuehunt has funded $40.00 to this issue.


posted by IssueHuntBot almost 6 years ago

@sindresorhus has rewarded $36.00 to @maximelkin. See it on IssueHunt

  • :moneybag: Total deposit: $40.00
  • :tada: Repository reward(0%): $0.00
  • :wrench: Service fee(10%): $4.00
posted by issuehunt-app[bot] almost 4 years ago

Fund this Issue

$40.00
Rewarded

Rewarded pull request

Recent activities

maximelkin was rewarded by sindresorhus for sindresorhus/gulp-filter# 85
almost 4 years ago
maximelkin submitted an output to  sindresorhus/ gulp-filter# 85
over 5 years ago