Do not exit server watch on error
authorbep <bjorn.erik.pedersen@gmail.com>
Fri, 9 Jan 2015 09:37:21 +0000 (10:37 +0100)
committerbep <bjorn.erik.pedersen@gmail.com>
Fri, 9 Jan 2015 11:40:48 +0000 (12:40 +0100)
commit2b46f3e51ee64aa3611ddc76197abf40d4f3644c
treee6e854986eeca0171959e5b7e60e305fc50da84c
parent190964c57bdd81ef1c0b7bf518c0a2b678794bcf
Do not exit server watch on error

Before this commit any error (typically a YAML typing error in front matter) would exit server on rebuild when running `hugo server -w`.

This is very annoying as it doesn't give you any chance to fix the typo other than doing a manual restart.

This commit fixes that by just logging these errors when these rebuilds happen when changes are detected.

Fixes #781
commands/hugo.go