mcneel / rhino3dm

Libraries based on OpenNURBS with a RhinoCommon style
MIT License
593 stars 134 forks source link

Generate rhino3dm.module.js in post-build step #406

Closed pearswj closed 3 years ago

pearswj commented 3 years ago

Generates rhino3dm.module.js by applying a patch (assuming patch is on the $PATH) to rhino3dm.js. This is handled by cmake in a post-build step.

fraguada commented 3 years ago

@pearswj awesome. I'll also work this into the work in WIP/actions branch since ci_workflow.yml will go away once the work on that branch is done.

fraguada commented 3 years ago

These changes were included in #407