dex/web
Rui Yang 4e569024fd use go 1.16 new package io/fs
Unify the interface for reading web statics. Now it could read an
OS directory or get the content on live

One could use

//go:embed static
var webFiles embed.FS

anywhere and config dex server to take the file system by setting

WebConfig{WebFS: webFiles}

Signed-off-by: Rui Yang <ruiya@vmware.com>
Co-authored-by: Aidan Oldershaw <aoldershaw@pivotal.io>
2021-03-20 20:05:59 +00:00
..
static feat: Change default themes to light/dark 2020-11-08 02:12:06 +04:00
templates use go 1.16 new package io/fs 2021-03-20 20:05:59 +00:00
themes chore: add frontend section to dev config (#1913) 2021-01-12 19:20:38 +01:00