소스 검색

Build ProseMirror library on `make ui`

pull/383/head
Matt Baer 3 년 전
부모
커밋
8a8288d2af
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      Makefile
  2. +3
    -0
      prose/Makefile

+ 1
- 0
Makefile 파일 보기

@@ -131,6 +131,7 @@ release-docker :

ui : force_look
cd less/; $(MAKE) $(MFLAGS)
cd prose/; $(MAKE) $(MFLAGS)

assets : generate
go-bindata -pkg writefreely -ignore=\\.gitignore -tags="!wflib" schema.sql sqlite.sql


+ 3
- 0
prose/Makefile 파일 보기

@@ -0,0 +1,3 @@
all :
npm install
npm run-script build

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