소스 검색

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


불러오는 중...
취소
저장