ushu / node-addon-loader

A loader for node native addons
https://github.com/ushu/node-addon-loader
MIT License
17 stars 26 forks source link

Hack to change url to resources directory #3

Closed alexlyp closed 7 years ago

alexlyp commented 7 years ago

Due to decrediton's extraResource file management I've hacked this to spefically look for the node files in the ./resources/ directory.

With the addition of "*.node" into one's extraResources package.json build options this should work on any project.

alexlyp commented 7 years ago

Oops meant to submit to my local repo. Sorry!