From 867e9f596b0289aae2df16053181567dba40a1bf Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 16 Nov 2025 10:50:18 -0700 Subject: [PATCH] Add a small script which ensures the submodules are loaded before starting the development server. --- test.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test.sh diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..96e1470 --- /dev/null +++ b/test.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env + +git submodule update --init --recursive + +hugo server --gc -D