Externalizing web assets

mostly to ease editing, but also for practice with file manipulation,
gzipping, base64'ing, etc.
This commit is contained in:
2012-12-18 21:56:37 -05:00
parent 4c44252a49
commit f86855d22d
8 changed files with 230 additions and 1871 deletions

6
conway/gen-web-assets Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
set -e
cd web_assets
go build .
./web_assets index.html | gofmt > ../web_assets.go