mirror of
https://github.com/documize/community.git
synced 2025-08-07 06:25:23 +02:00
add go-bindata builds to build.sh
This commit is contained in:
parent
882378f6f9
commit
76986d3ca3
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -26,6 +26,8 @@ mkdir -p documize/web/bindata/scripts
|
|||
cp -r documize/database/scripts documize/web/bindata
|
||||
|
||||
echo "Generating in-memory static assets..."
|
||||
go get github.com/jteeuwen/go-bindata/...
|
||||
go get github.com/elazarl/go-bindata-assetfs/...
|
||||
cd documize/web
|
||||
go generate
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue