Externalizing web assets
mostly to ease editing, but also for practice with file manipulation, gzipping, base64'ing, etc.
This commit is contained in:
6
conway/gen-web-assets
Executable file
6
conway/gen-web-assets
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
cd web_assets
|
||||
go build .
|
||||
./web_assets index.html | gofmt > ../web_assets.go
|
Reference in New Issue
Block a user