auchenberg / dependo

Visualize your CommonJS or AMD module dependencies in a force directed graph report.
MIT License
484 stars 50 forks source link

fix absolute paths windows #27

Closed wayofthefuture closed 8 years ago

wayofthefuture commented 8 years ago

on windows, dependency graph shows full absolute paths... i.e. c:/a/b/c/d. which causes extreme clutter. would be much nicer if the path was relative to the node application root. thanks.

wayofthefuture commented 8 years ago

Please see pull request #28 ... hopefully have fixed the problem... please test on linux