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

@@ -51,6 +51,7 @@ func init() {
log.SetSuffix("\033[0m\n")
log.SetOutput(os.Stdout)
log.SetPriority(log.LOG_NOTICE)
docker.Logging = false
}
func main() {
@@ -144,6 +145,11 @@ func run(path string) {
return
}
// remove deploy & publish sections
// for now, until I fix bug
s.Publish = nil
s.Deploy = nil
// get the repository root directory
dir := filepath.Dir(path)
code := repo.Repo{