Open
Description
I'm trying to work out f I'm doing something wrong.
I'm generating docs using dartdoc and the size of the resulting doc directory is huge.
I'm using dartdoc 5.0.1 from pub.dev.
I'm running:
dartdoc --no-validate-links --output $pathToDocRoot --no-show-progress
I've seen dartdoc generate directories that are 23GB in size.
I'm hoping I'm doing something wrong.
As an example, the iconify_flutter package version 0.0.3 is 18MB tar.gz (I thought pub.dev limited uploads to 10MB?).
After running dartdoc the resulting doc/api directory is: 11GB
It also takes an extreme amount of time:
Documented 111 public libraries in 17569.5 seconds
This is on a AMD® Ryzen 7 3700x 8-core processor × 16 with 32GB ram and SSDs on linux.