mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Embed static files used by Subsonic API
This commit is contained in:
parent
f63b1703e6
commit
49f59fe9f4
8 changed files with 337 additions and 8 deletions
4
Makefile
4
Makefile
|
@ -37,6 +37,10 @@ setup: Jamstash-master
|
|||
go mod download
|
||||
@(cd ./ui && npm ci)
|
||||
|
||||
.PHONY: static
|
||||
static:
|
||||
cd static && go-bindata -fs -prefix "static" -nocompress -ignore="\\\*.go" -pkg static .
|
||||
|
||||
Jamstash-master:
|
||||
wget -N https://github.com/tsquillario/Jamstash/archive/master.zip
|
||||
unzip -o master.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue