From 763bbbcd3a72aa5cf6457acbf1719ea897da1263 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 21 Aug 2025 00:28:09 +0100 Subject: [PATCH] Update post --- source/_posts/sculpin-browsersync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/sculpin-browsersync.md b/source/_posts/sculpin-browsersync.md index 9667865d2..e4369d92d 100644 --- a/source/_posts/sculpin-browsersync.md +++ b/source/_posts/sculpin-browsersync.md @@ -23,7 +23,7 @@ Whilst `sculpin generate --watch` will automatically re-generate the website, it This is common in other projects like Fractal (a component library) and Astro (another static site generator). -To fix this, I introduced [BrowserSync][2] - xxx - into my project. +To fix this, I introduced [BrowserSync][2] into my project. It's a node package that runs a webserver and can watch for changes to files - just like Sculpin - but it can automatically refresh the browser so I can see changes immediately.