Fixed assets dir being copied to the wrong place
This commit is contained in:
parent
2c2e220974
commit
8fad279dd0
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
mkdir -p www
|
||||
cp -rf src/assets www/assets
|
||||
cp -rf src/assets www/
|
||||
cp -f src/*.html www/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue