Makefile: add commented-out command useful when debugging

Add the command that's needed to disable JavaScript minification, useful
for debugging JS errors.

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2022-06-28 10:49:43 +02:00
parent c856be30e4
commit 08dc210616

@ -52,6 +52,7 @@ webapp-static: addon-packer
# e.GET("/app/*", echo.WrapHandler(webAppHandler))
# in `cmd/flamenco-manager/main.go`
yarn --cwd web/app build --outDir ../static --base=/app/
# yarn --cwd web/app build --outDir ../static --base=/app/ --minify false
./addon-packer -filename web/static/flamenco-addon.zip
@echo "Web app has been installed into web/static"