sindresorhus / gulp-filter

Filter files in a `vinyl` stream
MIT License
315 stars 37 forks source link

wont return anything if there is a "." in directory name #73

Closed GAAOPS closed 8 years ago

GAAOPS commented 8 years ago

I already have created and issue in multimach repo. if there is a "." in the path like ".tmp/styles.css" multimatch then the pattern "*.css" wont work. as a workaround i just renamed my ".tmp" to tmp

sindresorhus commented 8 years ago

https://github.com/sindresorhus/multimatch/issues/19#issuecomment-247792392