box-o-sand/conway/gen-web-assets
Dan Buch f86855d22d Externalizing web assets
mostly to ease editing, but also for practice with file manipulation,
gzipping, base64'ing, etc.
2012-12-18 21:56:37 -05:00

7 lines
94 B
Bash
Executable File

#!/bin/sh
set -e
cd web_assets
go build .
./web_assets index.html | gofmt > ../web_assets.go