box-o-sand/conway/gen-web-assets
Dan Buch 142c802a70 Giving image representation a top and left border
plus some other minor visual cleanups to web game.
2012-12-19 00:23:22 -05:00

9 lines
130 B
Bash
Executable File

#!/bin/sh
set -e
cd web_assets
go build -x .
./web_assets index.html > _tmp.go
gofmt < _tmp.go > ../web_assets.go
rm -vf _tmp.go