Hello again!
I just noticed when I run the gulp task I get the error "(node:9734) ExperimentalWarning: The fs.promises API is experimental" - I tracked this down to the exact line of code for adding the source:
.pipe(addSource(processing.dist.img.processed))
Any ideas if this is an issue or any way to get around the warning? Thanks!