pulumi/sdk/nodejs/scripts
Sean Gillespie d3fb639823 Ship nativeruntime.node as part of the SDK
Fixes #356. Instead of downloading a node binary with our closure
serialization code linked-in, this PR instead publishes the
`nativeruntime.node` produced by the NodeJS SDK build as part of the SDK.

This has a number of advantages. First, it is vastly more easy to
develop closure.cc in this configuration. Second, we have the ability
to ship different `nativeruntime.node`s side-by-side, paving the way
for enabling future versions of Node. Third, we don't have to stay
in the business of shipping custom builds of Node, although we do still
need to ship a version of Node with minor modifications in order for
Windows to still work.
2018-02-16 18:12:33 -08:00
..
download_node.cmd Add missing download_node.cmd wrapper 2018-02-13 16:31:35 -08:00
download_node.ps1 Ship nativeruntime.node as part of the SDK 2018-02-16 18:12:33 -08:00
download_node.sh Download and use a custom Node binary instead of linking against 2018-02-13 14:04:01 -08:00