Closed
Description
Flutter builds dartdocs on every merge commit, which are then uploaded to our hosting service. The service is smart enough to deal with files that have not changed differently and not require us to upload them - however, because the version code is in every HTML file, the all (nearly 35k of them) get marked as needing an update, which results in lots of additional network traffic and CI time/flakiness.
I'd like to have an option on dartdoc that allows me to omit this so I can add it in some other way (e.g. by including a JavaScript file that does it). e.g., we an option to guard the whole <footer>
element in _footer.html
, or at least to guard the inclusion of the version string in it.