Giving image representation a top and left border
plus some other minor visual cleanups to web game.
This commit is contained in:
@@ -3,4 +3,6 @@ set -e
|
||||
|
||||
cd web_assets
|
||||
go build -x .
|
||||
./web_assets index.html | gofmt > ../web_assets.go
|
||||
./web_assets index.html > _tmp.go
|
||||
gofmt < _tmp.go > ../web_assets.go
|
||||
rm -vf _tmp.go
|
||||
|
Reference in New Issue
Block a user