I've been struggling with this for a few hours now. I've started a new project and using Gulp 3.9.1 and merge2 1.2.0 my old build scripts are failing because gulp.src doesn't seem to return correct streams to merge.
I'm getting all css files double (i.e. I'm getting css files from the txt files stream as well as the css stream) and in the zip file you'll find double entries. Then if one of the streams returns no files (let's say change to '*.foobar') then all streams return 0 files.
I've been struggling with this for a few hours now. I've started a new project and using Gulp 3.9.1 and merge2 1.2.0 my old build scripts are failing because gulp.src doesn't seem to return correct streams to merge.
I'm getting all css files double (i.e. I'm getting css files from the txt files stream as well as the css stream) and in the zip file you'll find double entries. Then if one of the streams returns no files (let's say change to '*.foobar') then all streams return 0 files.