mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Removed support for Jamstash in dev mode. Not needed anymore :)
This commit is contained in:
parent
a2e0acd6a2
commit
15a06fcd27
6 changed files with 1 additions and 63 deletions
7
Makefile
7
Makefile
|
@ -62,13 +62,6 @@ setup-git:
|
|||
(cd .git/hooks && ln -sf ../../git/* .)
|
||||
.PHONY: setup-git
|
||||
|
||||
Jamstash-master:
|
||||
wget -N https://github.com/tsquillario/Jamstash/archive/master.zip
|
||||
unzip -o master.zip
|
||||
rm master.zip
|
||||
(cd Jamstash-master && npm ci && npx bower install && npx grunt build)
|
||||
rm -rf Jamstash-master/node_modules Jamstash-master/bower_components
|
||||
|
||||
check_env: check_go_env check_node_env
|
||||
.PHONY: check_env
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue