danielgtaylor / atom-api-blueprint-preview

Live preview API Blueprint in Atom
MIT License
43 stars 19 forks source link

Look for aglio binary in project local Node modules #16

Closed tobiashm closed 9 years ago

tobiashm commented 9 years ago

This adds the projects local node_modules/.bin folder to the env PATH, so that if the user only has Aglio installed locally for the project, the plugin will still work.

Also fixes an issue with how the env was passed to exec.

danielgtaylor commented 9 years ago

Thanks!