robrich / gulp-ignore

plugin for gulp to ignore files in the stream based on file characteristics
MIT License
121 stars 10 forks source link

Support regex #1

Closed yocontra closed 10 years ago

yocontra commented 10 years ago

I'm adding support for this in core just thought it should stay consistent

robrich commented 10 years ago

I agree. When it lands in core, I'll mirror the interface. I also support regular expressions and functions, which may be overkill for gulp.src() ... alternatively, once that exists, this plugin may no longer be necessary -- just pass those things into gulp.src()'s and gulp.watch()'s options.

yocontra commented 10 years ago

Actually I decided not to support functions and regex in .src due to complexities with the way globs work :(