summaryrefslogtreecommitdiff
path: root/docs/_scripts
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@figma.com>2019-02-19 18:23:24 +0300
committerRasmus Andersson <rasmus@figma.com>2019-02-19 18:23:32 +0300
commit38a830d0a968c1c24a29cfc9ff4f1bf38b3705c6 (patch)
tree9c67243b0263fea7e05d4199e2a40f38522488a5 /docs/_scripts
parent1208ea93e0dfbda79abc97eb2efa102fee1b809b (diff)
downloadinter-38a830d0a968c1c24a29cfc9ff4f1bf38b3705c6.tar.xz
website update
Diffstat (limited to 'docs/_scripts')
-rwxr-xr-xdocs/_scripts/serve.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/_scripts/serve.sh b/docs/_scripts/serve.sh
index e48fd67db..aee2fa5c4 100755
--- a/docs/_scripts/serve.sh
+++ b/docs/_scripts/serve.sh
@@ -25,9 +25,11 @@ if [ "$1" != "" ]; then
BINDADDR=$1
fi
+# --incremental
+
jekyll serve \
- --incremental \
--watch \
--host "$BINDADDR" \
--port 3002 \
- --livereload
+ --livereload \
+ --livereload-port 30002