Qix-/color-convert
Do you want to work on this issue?
You can request for a bounty in order to promote it!
Perform BFS at publish time #56
Qix- posted onGitHub
Right now, a BFS happens at inclusion time which is needless overhead. The BFS should happen at publish time since that graph won't change at any other point.
This should be in the form of a build script with a pre-publish
hook.