Faster and more portable assets generator

This commit is contained in:
Jakob Borg
2014-03-17 22:56:07 +01:00
parent ef8cf3bc30
commit 222272b75c
3 changed files with 87 additions and 28 deletions

View File

@@ -10,7 +10,7 @@ build() {
}
prepare() {
./assets.sh | gofmt > auto/gui.files.go
go run cmd/assets/assets.go gui > auto/gui.files.go
go get -d
}