diff --git a/default.html b/default.html deleted file mode 100644 index 6950776..0000000 --- a/default.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - -

Your browser seems to not support redirects.
- Please klick the following link to continue: Go to home page...

- - diff --git a/deployment-script.sh b/deployment-script.sh index 847c482..a770960 100644 --- a/deployment-script.sh +++ b/deployment-script.sh @@ -10,7 +10,7 @@ rm ./src/**/README.md # prepare build directory tree and static files rm -r ./build cp -r ./src ./build -rm ./build/**.{php,html,css,svg} +rm ./build/**/*.{php,html,css,svg} # run the macro handler echo "`cd src; find -name "*.php" -or -name "*.html" -or -name "*.css" -or -name "*.svg" | sed 's/^/file=/;s/$/\; python3 variable_grabbler.py macros\/pass0\*.json src\/$file > build\/$file/'`" | bash -