mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-05 08:42:49 -08:00
Clear the static directory on each build
This commit is contained in:
parent
505ce42bbc
commit
a89f34633c
1 changed files with 4 additions and 0 deletions
4
bld.sh
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue