updated css styles & angular

This commit is contained in:
Brad Rydzewski
2014-07-09 00:46:15 -07:00
parent c6b880c272
commit c8590391e9
25 changed files with 2306 additions and 4125 deletions

View File

@@ -120,5 +120,5 @@ func (c *ImageService) Build(tag, dir string) error {
headers.Set("Content-Type", "application/tar")
// make the request
return c.stream("POST", path, body, os.Stdout, headers)
return c.stream("POST", path, body /*os.Stdout*/, nil, headers)
}