#17 Add another directory to look for bundled node modules
Merged by sgallagh. Opened by tdawson.
Unknown source master

Download 17.patch

The bundled directory gets it's name from "npm install --no-optional --only=prod", the command that generates the content.
This is part of a working script and proposal for making bundling of nodejs libraries easier.

Signed-off-by: Troy Dawson tdawson@redhat.com

+1 from me – the NODE_MODULES constant is there just for cases like this :wink:

:thumbsup:

Pull-Request has been merged by sgallagh

Metadata