Open JJ opened 5 years ago
They are generated because htmlify.p6
is told to do it. See https://github.com/perl6/doc/blob/master/htmlify.p6#L201
Still. Now that we're refactoring we should probably cache them.
What do you mean by "cache them"? It already detects if the svg files have already been generated in html/images
and only recreate them if force
is set to True
.
Generate them only if the corresponding line in type-graph.txt has changed.
I probably closed this by mistake; I did nothing related to it. Reopening.
They are generated every single time. They should probably be cached.