Embed static files used by Subsonic API

This commit is contained in:
Deluan 2020-01-24 21:35:19 -05:00
parent f63b1703e6
commit 49f59fe9f4
8 changed files with 337 additions and 8 deletions

View file

@ -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