Some smaller changes to make the webapp building smoother, and also to make sure there are no errors on a clean Git checkout.
510 B
510 B
Static Web Files
Files in the static directory will get embedded into the Flamenco Manager
executable, and served as static files via its web server.
make webapp-staticclears it out and builds the webapp there. It also ZIPs the Blender add-on, and places it in there as well.make clean-webapp-staticjust does the clearing of the files.
static/emptyfile exists just to make sure that go:embed inside web_app.go
has something to work with, even before any static files have been built.