mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00:00
add ui back to target release linux
This commit is contained in:
parent
1d80e47e07
commit
42a2219335
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -95,7 +95,7 @@ release : clean ui assets
|
|||
$(MAKE) release-docker
|
||||
|
||||
# This assumes you're on linux/amd64
|
||||
release-linux : clean
|
||||
release-linux : clean ui
|
||||
mkdir -p $(BUILDPATH)
|
||||
cp -r templates $(BUILDPATH)
|
||||
cp -r pages $(BUILDPATH)
|
||||
|
|
2
go.mod
2
go.mod
|
@ -63,7 +63,7 @@ require (
|
|||
github.com/writeas/slug v1.2.0
|
||||
github.com/writeas/web-core v1.0.0
|
||||
github.com/writefreely/go-nodeinfo v1.2.0
|
||||
golang.org/x/crypto v0.0.0-20190208162236-193df9c0f06f // indirect
|
||||
golang.org/x/crypto v0.0.0-20190208162236-193df9c0f06f
|
||||
golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect
|
||||
golang.org/x/net v0.0.0-20190206173232-65e2d4e15006 // indirect
|
||||
golang.org/x/sys v0.0.0-20190209173611-3b5209105503 // indirect
|
||||
|
|
Loading…
Reference in a new issue