add login.html to bundle

This commit is contained in:
Nazar Kanaev
2021-02-12 10:53:08 +00:00
parent ce1914419a
commit 26313f7842
2 changed files with 2 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ func encode(b []byte) string {
func main() {
assets := make([]asset, 0)
filepatterns := []string{
"assets/login.html",
"assets/graphicarts/*.svg",
"assets/graphicarts/*.png",
"assets/javascripts/*.js",