Simplified build script
This commit is contained in:
parent
4e24fda805
commit
36666fabea
1 changed files with 1 additions and 4 deletions
5
build.sh
5
build.sh
|
|
@ -2,7 +2,4 @@
|
||||||
|
|
||||||
mkdir -p www
|
mkdir -p www
|
||||||
cp -rf src/assets www/assets
|
cp -rf src/assets www/assets
|
||||||
cp -f src/index.html www/
|
cp -f src/*.html www/
|
||||||
cp -f src/new-landing-page.html www/
|
|
||||||
cp -f src/impressum.html www/
|
|
||||||
cp -rf src/* www/
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue