Merge pull request #2760 from liggitt/bindata_bump

Add script to build ui assets, rebuild with latest go-bindata
This commit is contained in:
Brendan Burns
2014-12-05 14:09:10 -08:00
3 changed files with 1370 additions and 2641 deletions

View File

@@ -39,5 +39,5 @@ go get github.com/jteeuwen/go-bindata/...
To rebuild the UX, run the following:
```sh
go-bindata -o pkg/ui/datafile.go -prefix ${PWD} -pkg ui www/...
hack/build-ui.sh
```