Hi Davis, thanks for the quick response.
I was hoping to get the process of building our jasmine fork integrated into our CI workflow (which requires Windows for the devices we're targeting) however it sounds like that might not be possible.
I'll probably end up doing a one-off build in a VM as you suggested, and just using the resulting library, however I'm curious if you think it would be a significant work to extract some subset of the build process into something that only depend on node.
It looks like the only files we need are jasmine.js, jasmine-html.js, and jasmine.css. build_distribution.rb appears to produce these files, and isn't doing anything too complicated...maybe I'll explore that route.