forked from cms/tibi-svelte-starter
🔧 fix: update template handling and svelte compiler options for improved build process
This commit is contained in:
@@ -59,7 +59,9 @@ jobs:
|
||||
sed -i s/__TIMESTAMP__/$stamp/g frontend/spa.html
|
||||
# sed -i s/__TIMESTAMP__/$stamp/g frontend/serviceworker.js
|
||||
# cat frontend/serviceworker.js
|
||||
rm api/templates/spa.html
|
||||
|
||||
test -d api/templates && test -f api/templates/spa.html && rm api/templates/spa.html
|
||||
test -d api/templates && cp frontend/spa.html api/templates/spa.html
|
||||
cp frontend/spa.html api/templates/spa.html
|
||||
echo ______ frontend/spa.html ______
|
||||
cat frontend/spa.html
|
||||
|
||||
Reference in New Issue
Block a user