mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Clear the static directory on each build
This commit is contained in:
parent
505ce42bbc
commit
a89f34633c
4
bld.sh
4
bld.sh
@ -23,6 +23,10 @@ echo "five.tiddlywiki.com" > $TW5_BUILD_OUTPUT/CNAME
|
|||||||
|
|
||||||
mkdir -p $TW5_BUILD_OUTPUT/static
|
mkdir -p $TW5_BUILD_OUTPUT/static
|
||||||
|
|
||||||
|
# Delete any existing content
|
||||||
|
|
||||||
|
rm -v $TW5_BUILD_OUTPUT/static/*
|
||||||
|
|
||||||
# First,
|
# First,
|
||||||
# readme.md: the readme file for GitHub
|
# readme.md: the readme file for GitHub
|
||||||
# index.html: the main file, including content
|
# index.html: the main file, including content
|
||||||
|
Loading…
Reference in New Issue
Block a user