Changed to 'cold, fixed site.

This commit is contained in:
Brad Nelson
2021-02-25 22:54:28 -08:00
parent 4c37483a07
commit 4eb59a4241
2 changed files with 4 additions and 4 deletions

View File

@ -288,7 +288,7 @@ $(DEPLOY)/app.yaml: $(ARDUINO)/ESP32forth.zip \
cp -r $(WINDOWS)/uEf64.exe $(DEPLOY)/downloads/uEf64.exe
cp -r $(RES)/eforth.ico $(DEPLOY)/downloads/favicon.ico
cp site/.gcloudignore $(DEPLOY)
cat site/ESPForth.html | \
cat site/ESP32Forth.html | \
sed "s/{{VERSION}}/${VERSION}/g" | \
sed "s/{{REVISION}}/${REVISION}/g" > $(DEPLOY)/ESP32Forth.html
cat site/windows.html | \