Ver código fonte

Build ProseMirror library on `make ui`

pull/383/head
Matt Baer 3 anos atrás
pai
commit
8a8288d2af
2 arquivos alterados com 4 adições e 0 exclusões
  1. +1
    -0
      Makefile
  2. +3
    -0
      prose/Makefile

+ 1
- 0
Makefile Ver arquivo

@@ -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 Ver arquivo

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

Carregando…
Cancelar
Salvar