From 7bf5b59e751e203639fd24ae3d5a2510c1e21a98 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sun, 17 Sep 2023 12:23:45 +0000 Subject: [PATCH] Force jekyll polling to get it working on WSL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e63699..26ff639 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "MIT", "scripts": { "build:docs": "gulp docs", - "start": "bundle exec jekyll serve" + "start": "bundle exec jekyll serve --force_polling" }, "devDependencies": { "@types/gulp": "^4.0.6",