-
Gulp 4 documentation for Working with files says:
However, over at #2499, @phated mentions several times in his code review that we should use
Also back in 2018 @phated said on #2182:
Node 14 is LTS now (though of course if you want to use So should It's not necessarily as simple as swapping out FWIW, a big part of my motivation here is wanting to get a fully up-to-date step-by-step guide on using Gulp 4 with it's current syntax (e.g. Thanks for your feedback! And if you've written any modern guides like I'm describing already, please share. There's really a dearth of updated information out there. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@rootwork Yep! Using Happy to review anything you want to send over! |
Beta Was this translation helpful? Give feedback.
@rootwork Yep! Using
pipeline
is actually the suggestion now, though we didn't want to add that to the main website docs as it is yet-another-hurdle for anyone that doesn't know node. I was even able to get an upstream change in node that causes thepipeline
to fail properly if you don't specify a callback, such thatexport function foo() { return pipeline(src(), dest()) }
would work.Happy to review anything you want to send over!