From d4cc624a386c25d9ce9e7b786fca18a21bbebe32 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 30 Dec 2024 13:08:56 +0000 Subject: [PATCH] Ensure static dir exists before spidering --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b7ae30..a87a0f1 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,8 @@ wordpress: stop frontend: cd ./source/themes/quis/ && npm start preprocess: - rm -rf static/* + rm -rf static + mkdir static mirror: wget --mirror -p -nH --directory-prefix=static --level=1000 --html-extension -q --show-progress http://localhost:8000/ mirror-frontend: