mirror of
https://github.com/nkanaev/yarr.git
synced 2025-07-09 00:10:09 +00:00
add login.html to bundle
This commit is contained in:
parent
ce1914419a
commit
26313f7842
2
makefile
2
makefile
@ -1,7 +1,7 @@
|
|||||||
VERSION=1.2
|
VERSION=1.2
|
||||||
GITHASH=$(shell git rev-parse --short=8 HEAD)
|
GITHASH=$(shell git rev-parse --short=8 HEAD)
|
||||||
|
|
||||||
ASSETS = assets/javascripts/* assets/stylesheets/* assets/graphicarts/* assets/index.html
|
ASSETS = assets/javascripts/* assets/stylesheets/* assets/graphicarts/* assets/*.html
|
||||||
CGO_ENABLED=1
|
CGO_ENABLED=1
|
||||||
|
|
||||||
GO_LDFLAGS = -s -w
|
GO_LDFLAGS = -s -w
|
||||||
|
@ -51,6 +51,7 @@ func encode(b []byte) string {
|
|||||||
func main() {
|
func main() {
|
||||||
assets := make([]asset, 0)
|
assets := make([]asset, 0)
|
||||||
filepatterns := []string{
|
filepatterns := []string{
|
||||||
|
"assets/login.html",
|
||||||
"assets/graphicarts/*.svg",
|
"assets/graphicarts/*.svg",
|
||||||
"assets/graphicarts/*.png",
|
"assets/graphicarts/*.png",
|
||||||
"assets/javascripts/*.js",
|
"assets/javascripts/*.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user