Describe the bug
When generating from a clear tree (e.g. docs/assets is empty), the first run will have mkdocs complain about links to non-detected files:

To Reproduce
Steps to reproduce the behavior:
- Run
rm -rf docs/assets/*
- Run
mkdocs serve
- Look at the terminal output and see warnings
If the development server is killed and restarted, the problem goes away.
Expected behavior
The files should be detected on first run.
Platform info
Browser: All
PTG:
PyTermGUI version 6.2.1
System details:
Python version: 3.9.12
$TERM: xterm-kitty
$COLORTERM: truecolor
Color support: ColorSystem.TRUE
OS Platform: macOS-12.3.1-arm64-arm-64bit
Describe the bug
When generating from a clear tree (e.g.
docs/assetsis empty), the first run will havemkdocscomplain about links to non-detected files:To Reproduce
Steps to reproduce the behavior:
rm -rf docs/assets/*mkdocs serveIf the development server is killed and restarted, the problem goes away.
Expected behavior
The files should be detected on first run.
Platform info
Browser: All
PTG: