Closed
Description
Search Terms
filesize, static, generated, output, html
Problem
We are currently using Typedoc in a project to generate our code documentation for Gitlab Pages. Basically we are pretty happy with the tool, but we just realised that the filesize of the generated output is pretty heavy. We went over the default filesize limit of 100MB pretty soon.
Currently we have around 650 files being generated, with a filesize of around 120MB (more or less 170kb per generated file).
Suggested Solution
I was wondering if others have problems with this too and if there are plans to optimize the static output.
A minimize option would be nice.