The spec HTML references an external stylesheet:
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/solarized-light.min.css
Is there a way to make this stylesheet included in the build output? (other than downloading it manually and patching the html to point to local file instead)
What I'm really asking is for git clone --branch gh-pages https://github.com/tc39/ecma262.git
to be self-contained. It's not a big deal, the documentation is still perfectly readable off-line from such clone, only some code examples lack syntax highlighting.