issues
search
fzaninotto
/
CodeFlower
Source code visualization utility written in JavaScript with d3.js. Does your code look beautiful?
http://www.redotheweb.com/CodeFlower
MIT License
694
stars
321
forks
source link
Fixed leaf child detection
#28
Open
deepankarb
opened
6 years ago
deepankarb
commented
6 years ago
Fixed leaf child detection when source tree has a directory named 'language', by adding a boolean instead of checking for 'language' value.
Without this fix repos with a directory named 'language' won't render properly.
An example is the
wikipedia android app repo
.
It renders fine after this fix. See
here
.
deepankarb
commented
6 years ago
Fixes #17