Browse Source

Exclude local static files from release build

pull/774/head
Matt Baer 7 months ago
parent
commit
62f9b2948e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@@ -86,6 +86,7 @@ release : clean ui
cp -r templates $(BUILDPATH)
cp -r pages $(BUILDPATH)
cp -r static $(BUILDPATH)
rm -r $(BUILDPATH)/static/local
scripts/invalidate-css.sh $(BUILDPATH)
mkdir $(BUILDPATH)/keys
$(MAKE) build-linux


Loading…
Cancel
Save