build to copy over custom devault avi

develop
Your New SJW Waifu 5 years ago
parent a5f2ea4499
commit f1af286707

@ -7,4 +7,5 @@ rm -rf dist/*
npm run build
cp dist/index.html "${TARGET}/instance/static/index.html"
rsync --delete -ra dist/static/ "${TARGET}/instance/static/static"
rsync --delete -ra dist/static/ "${TARGET}/instance/static/static"
rsync --delete -ra images/ "${TARGET}/instance/static/images"

Loading…
Cancel
Save