Better error handling when rendering error found when in watch mode
authorspf13 <steve.francia@gmail.com>
Fri, 25 Oct 2013 22:03:14 +0000 (18:03 -0400)
committerspf13 <steve.francia@gmail.com>
Fri, 25 Oct 2013 22:03:14 +0000 (18:03 -0400)
commitb580a25d1f9308d71aa20673cd3e271711943846
treedb078607b2f97adbf25c29755cf081de21b33cb6
parent764abd20672ced48144c1ab63328a6f1a9e3899e
Better error handling when rendering error found when in watch mode
In watch mode it should continue to watch for changes, in any other mode it should exit with a -1 error code so can check for success when scripting
commands/hugo.go
commands/server.go
hugolib/site.go