Add build commands
This commit is contained in:
parent
9e6f1f699a
commit
a66d7b544f
6 changed files with 64 additions and 33 deletions
6
_tools/build.sh
Executable file
6
_tools/build.sh
Executable 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
0
_tools/setup.sh
Normal file → Executable file
Reference in a new issue