瀏覽代碼

Exclude local static files from release build

pull/774/head
Matt Baer 7 月之前
父節點
當前提交
62f9b2948e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      Makefile

+ 1
- 0
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…
取消
儲存