Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filtering gulp.src base directories for image glob
This fixed google#579. Somewhat recently, the gulp-cache repository made some changes that made sending files not easily managed by gulp-cache a much simpler pill to swallow. That's definitely changing (they're fixing problems, to be clear) and short of a simple gulp.src nodir+follow option, using the included gulp-if plugin to drop out of the file stream the base directories makes the gulp file work super smoothly. Hope it helps!
- Loading branch information