Can you please provide some insight to why the gulp-merge plugin was deprecated?
This has been a project dependency for some considerable time.
This change cause issues with any historical code base in any git branch that references gulp-merge.
It also means any other developer that works on the code will experience the same issue.
The issue i am seeing is if i add a pipe to the first source, the second source is ignored
Hi,
Can you please provide some insight to why the gulp-merge plugin was deprecated? This has been a project dependency for some considerable time.
This change cause issues with any historical code base in any git branch that references gulp-merge. It also means any other developer that works on the code will experience the same issue.
The issue i am seeing is if i add a pipe to the first source, the second source is ignored
However if i ever if i reverse the sources to be merged the pipes are obeyed and both sources are merged.
How can I make the first source pass through the pipe?
Thanks