fkling / JSNetworkX

Build, process and analyze graphs in JavaScript (port of NetworkX)
https://felix-kling.de/jsnetworkx/
Other
757 stars 185 forks source link

Make jsnetworkx transformable when not in a dev environment #50

Closed duckpunch closed 9 years ago

duckpunch commented 9 years ago

I had trouble actually performing the transforms when including jsnetworkx as a third party package.

This seems to solve it.

fkling commented 9 years ago

Could you provide more context? What exactly did you try to do?

fkling commented 9 years ago

Added in 47a1dd90ded4af3178a0be487b4f817aefab35b2. I had to make minor adjustments and also restructured some things in a followup commit that should make it easier to bundle JSNetworkX. It's released as v0.3.3.

I will write a wiki entry about how to create custom bundles of JSNetworkX.

Thanks for bringing this to my attention and for your help!

duckpunch commented 9 years ago

Awesome thanks Felix!

Works great for my original use case :)