This website requires JavaScript.
Explore
Help
Sign In
x
/
box-o-sand
Watch
1
Star
0
Fork
0
You've already forked box-o-sand
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
72b269650b
box-o-sand
/
conway
/
gen-web-assets
7 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Externalizing web assets mostly to ease editing, but also for practice with file manipulation, gzipping, base64'ing, etc.
2012-12-19 02:56:37 +00:00
#!/bin/sh
set -e
cd web_assets
Simplifying web game loop
2012-12-19 03:03:26 +00:00
go build -x .
Externalizing web assets mostly to ease editing, but also for practice with file manipulation, gzipping, base64'ing, etc.
2012-12-19 02:56:37 +00:00
./web_assets index.html | gofmt > ../web_assets.go
Reference in New Issue
Copy Permalink