From a89f34633c7d0ade3e290a49a337beb5bc5f329d Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 20 Mar 2013 09:05:50 +0000 Subject: [PATCH] Clear the static directory on each build --- bld.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bld.sh b/bld.sh index aac915ca9..f3d6218c1 100755 --- a/bld.sh +++ b/bld.sh @@ -23,6 +23,10 @@ echo "five.tiddlywiki.com" > $TW5_BUILD_OUTPUT/CNAME mkdir -p $TW5_BUILD_OUTPUT/static +# Delete any existing content + +rm -v $TW5_BUILD_OUTPUT/static/* + # First, # readme.md: the readme file for GitHub # index.html: the main file, including content