Skip to content

Commit

Permalink
Ensure static dir exists before spidering
Browse files Browse the repository at this point in the history
  • Loading branch information
quis committed Dec 30, 2024
1 parent 064078e commit d4cc624
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d4cc624

Please sign in to comment.