diff --git a/Makefile b/Makefile index 05bc1c6..a240a27 100644 --- a/Makefile +++ b/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 diff --git a/prose/Makefile b/prose/Makefile new file mode 100644 index 0000000..2e8c939 --- /dev/null +++ b/prose/Makefile @@ -0,0 +1,3 @@ +all : + npm install + npm run-script build \ No newline at end of file