Crude build script
This commit is contained in:
parent
dfe4e4d182
commit
a0acd67074
7 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
www/
|
||||
7
build.sh
Executable file
7
build.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
mkdir -p www
|
||||
cp -rf src/assets www/assets
|
||||
cp -f src/index.html www/index.html
|
||||
cp -f src/impressum.html www/impressum.html
|
||||
cp -rf src/* www/
|
||||
|
Before Width: | Height: | Size: 210 KiB After Width: | Height: | Size: 210 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Loading…
Add table
Reference in a new issue