Browse Source

Don't automatically build docs for the sync server

default_compile_flags
vector-of-bool 4 years ago
parent
commit
4ee3feaa04
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Makefile

+ 2
- 1
Makefile View File

docs-watch: docs docs-watch: docs
+sh tools/docs-watch.sh +sh tools/docs-watch.sh


docs-sync-server: docs
docs-sync-server:
mkdir -p _build/docs
cd _build/docs && \ cd _build/docs && \
browser-sync start --server \ browser-sync start --server \
--reload-delay 300 \ --reload-delay 300 \

Loading…
Cancel
Save