# README
Note on future releases
** There is no longer an automated PR workflow for releasing the web ui due to its frozen state ** This is due to this PR removal of build content:https://github.com/prysmaticlabs/prysm/pull/12719
in order to update the site_data.go
follow the following steps to update the specific release of https://github.com/prysmaticlabs/prysm-web-ui/releases
- download and install https://github.com/kevinburke/go-bindata. (working as of version
4.0.2
) This tool will be used to generate the site_data.go file. - download the specific release from https://github.com/prysmaticlabs/prysm-web-ui/releases
- run
go-bindata -pkg web -nometadata -modtime 0 -o site_data.go prysm-web-ui/
.prysm-web-ui/
represents the extracted folder from the release. - copy and replace the site_data.go in this package.
- Open a PR
# Functions
Asset loads and returns the asset for the given name.
AssetDigest returns the digest of the file with the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
AssetString returns the asset contents as a string (instead of a []byte).
Digests returns a map of all known files and their checksums.
MustAsset is like Asset but panics when Asset would return an error.
MustAssetString is like AssetString but panics when Asset would return an error.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.
# Constants
AssetDebug is true if the assets were built with the debug flag enabled.
# Variables
Handler serves web requests from the bundled site data.