<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jul 28, 2023 at 1:52 PM <<a href="mailto:asterisk@phreaknet.org">asterisk@phreaknet.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
It's at the very bottom of the README:<br>
> If you're always going to build just 1 branch's dynamic documentation, <br>
> you can skip the Makefile..inc file and just place everything in the <br>
> main Makefile.inc:<br>
<br>
The first Makefile..inc has an extra period.... world's least important <br>
typo.<br></blockquote><div><br></div><div>Ahha!   It's 'Makefile.<branch>.inc' in the source README.md but the '<branch>' is getting stripped. :)</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Circling back to one other thing now that this seems good to go, what <br>
exactly did you change for reducing the file sizes / is that included in <br>
the current iteration, without mike?</blockquote><div><br></div><div>The addition of "navigation.prune" under features in mkdocs.yml did most of it, and yes, it's currently included.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> I'm still seeing a lot of <br>
extraneous whitespace in the pages. 244 KB per page isn't huge, but just <br>
at a cursory glance, </blockquote><div><br></div><div>Can you give me an example of an html page that's that big?  Most I see are in the 80-100k range</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I think we could probably cut the size 10-20% just <br>
by getting rid of the whitespace. In some places, there are just <br>
hundreds of newlines in a row for no reason.</blockquote><div><br></div><div>Give me an example page.  </div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">If this is just what the <br>
tool generates, I understand that, we don't have any control over that, <br>
just wanted to know. We could remove it all pretty easily with sed <br>
probably, and think could be a final "post processing" step in the <br>
Makefile, run recursively on all files. What do you think?<br></blockquote><div><br></div><div>I tried to do exactly that but it didn't result in much savings and I got nervous about accidentally deleting multiple "blank" lines without knowing whether you might be in a "<pre>" block or not.   I was going to try html-minifier but just haven't got to it yet.</div><div><br></div><div> </div></div></div>