gulpjs / glob-stream

Readable streamx interface over anymatch.
MIT License
178 stars 51 forks source link

Support custom `unique` filtering through option #76

Closed phated closed 7 years ago

phated commented 8 years ago

It currently does this based on path but it should be customizable. Also, allows for a default function to be supplied and speed up stream creation a tiny bit.

phated commented 7 years ago

Line 69 becomes unique(ourOpt.unique) Default ourOpt.unique to 'path' if not string or function Write tests Write docs