Browse Source

Build ProseMirror library on `make ui`

pull/383/head
Matt Baer 3 years ago
parent
commit
8a8288d2af
2 changed files with 4 additions and 0 deletions
  1. +1
    -0
      Makefile
  2. +3
    -0
      prose/Makefile

+ 1
- 0
Makefile View File

@@ -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 View File

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

Loading…
Cancel
Save