Create the STATIC_BUILD dir

This commit is contained in:
ItsDrike 2021-08-25 10:43:25 +02:00
parent e4a5fc6976
commit 84e1c7a4f4
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -4,6 +4,8 @@ source ./scripts/common.sh
rm -rf "$STATIC_BUILD"
rm -rf "$OUTPUT_DIR"
mkdir -p "$STATIC_BUILD"
cp -r "$STATIC_SRC/img" "$STATIC_BUILD/img"
cp -r "$STATIC_SRC/js" "$STATIC_BUILD/js"
cp -r "$STATIC_SRC/css" "$STATIC_BUILD/css"