jackfranklin / gulp-load-plugins

Automatically load in gulp plugins
https://github.com/jackfranklin/gulp-load-plugins
MIT License
757 stars 55 forks source link

fall back on default require when findup fails #72

Closed rmorlang closed 9 years ago

rmorlang commented 9 years ago

See #71

rmorlang commented 9 years ago

... aaaaand I just noticed that there's an alternate implementation of this in another fork. I did search before opening this, but I didn't check the network graph. (Which is where I just ran across it, somewhat accidentally.)

See https://github.com/crollalowis/gulp-load-plugins/commit/a0c6e477a93f51bedd9211eaa8c42a8aa98a57f2

That one has tests, so you should probably reject mine and take it instead.

jackfranklin commented 9 years ago

@rleemorlang thanks! I'll merge the other PR :+1: