Passing a variable between pipes in Gulp 3.9.1
问题 Using gulp 3.9.1 I am attempting to return a bunch of files and perform a task that requires a var to be passed between two pipes. I'm using node uuid to create a v3 UUID for each file path to ultimately end up with a uuid for each page. I'm grabbing the file path with gulp-print. I want to store that uuid value as a var. In the next pipe Im using gulp-inject-string to write it into the page during the build. Help: Either I need help getting the file path inside the gulp-inject-string pipe or