Add build commands

This commit is contained in:
Ben Goldsworthy 2021-03-10 15:54:32 +00:00
parent 9e6f1f699a
commit a66d7b544f
6 changed files with 64 additions and 33 deletions

6
_tools/build.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
rm -r dist/
mkdir dist
cp -r -t dist class/ css/ js/ img/ languages/ templates/
cp -t dist features.txt license.txt readme.txt footnotes.php includes.php

0
_tools/setup.sh Normal file → Executable file
View file