Fix up web.

This commit is contained in:
Brad Nelson
2023-12-31 16:35:59 -08:00
parent 9283b804e1
commit a7fbed4c8c
3 changed files with 35 additions and 2 deletions

View File

@ -27,7 +27,7 @@ DEPLOY_ITEMS = []
DEPLOY_ITEMS += [
Copy('deploy/.gcloudignore', '$src/site/.gcloudignore'),
#Copy('deploy/ueforth.js', 'web/ueforth.js'),
Copy('deploy/ueforth.js', 'web/ueforth.js'),
Importation('deploy/index.html', '$src/site/index.html'),
Importation('deploy/linux.html', '$src/site/linux.html'),
Importation('deploy/windows.html', '$src/site/windows.html'),