sighjs / sigh

multi-process expressive build system for the web and node.js, built using baconjs observables
209 stars 12 forks source link

Lookup node_modules instead of package.json? #23

Open jmatsushita opened 8 years ago

jmatsushita commented 8 years ago

I was just trying to test a locally developed plugin and did npm link sigh-debug and then realise that it didn't work because the plugin was not in the package.json. Maybe reading the list from the node_modules folder would make this smoother for plugin development? Or maybe there's something else I don't know about that would help?

insidewhy commented 8 years ago

That's been bugging me too, I think I will move over to globbing node_modules instead.

jamesj2 commented 8 years ago

Instead of searching for gulp and sigh modules what about injecting them in sigh.js? A register plugin function should work for issue #42 as well.