Exclude local static files from release build
This commit is contained in:
parent
a8afa18ab2
commit
62f9b2948e
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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…
Add table
Reference in a new issue