-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the same replace in multiple pipes #21
Comments
What do you mean by "fail?" Have you tried using |
"fail" in the sense that no files come through one of the two pipes when I use the same |
I'm trying to write a small example to demonstrate the issue, but the issue doesn't show up in a simple example. I will let you know as soon as I can repeat this issue - maybe it turns out to be a bug in my gulpfile. |
@josdejong any update on this? Still an issue? |
Thanks for your reply. I haven't found a solution, instead I just created two separate instances of I have just updated all depencencies, and the issue is still the case. I'm not sure whether the cause is in my gulpfile, in
|
Isn't it that the first replace replaces all the /foo/ with bar so the second replace has no more /foo/ to find? |
@Lefthandmedia no it's the same replacer but used on a different stream of files. |
@josdejong is this still an issue? |
It has been some time 😅 . Yes same issue. When I follow the steps I wrote here #21 (comment), I get the same end result (no docs being generated), but an error is thrown now instead of silence:
|
Ah! Well that gives us something to look into. Thank you for following up! |
When I use the same
replace
in two pipes, one of the two pipes seemst to fail.I try something like this:
Is this a bug or am I overlooking something?
The text was updated successfully, but these errors were encountered: