ethereum / builder-specs

Specification for the external block builders.
https://ethereum.github.io/builder-specs/
Creative Commons Zero v1.0 Universal
179 stars 61 forks source link

Missing web assets #1

Closed ralexstokes closed 2 years ago

ralexstokes commented 2 years ago

Repo seems to be missing a /dist dir with CSS, image, etc. assets.

If you look at the beacon-APIs repo, this folder is just checked in (so I don't think it can be generated locally by some tooling).

I fixed the website render by cloning this repo along w/ the beacon APIs submodule and just copying /dist next to index.html.

We should probably do the same here.