ninjadev / nin

nin is ninjatool
https://www.npmjs.com/package/ninjadev-nin
Apache License 2.0
343 stars 15 forks source link

Remove destination on Outputs #457

Closed sigvef closed 6 years ago

sigvef commented 6 years ago

A single output can have more than one destination, so we should either store all or none of them on an output. This commit does the latter. Practical consequences of this is that we now support proper live-reloading of nodes that have multiple paths to the root node.