jackfranklin / gulp-load-plugins

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

findup brittle for finding node_modules #74

Closed callumacrae closed 9 years ago

callumacrae commented 9 years ago

Apparently the code I wrote before is brittle! Would you accept a PR replacing findup to find the node_module with resolve instead?

jackfranklin commented 9 years ago

I would!

callumacrae commented 9 years ago

Cool. Will probably do it this afternoon :)