hugo/commands
bep 2b46f3e51e 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
2015-01-09 12:40:48 +01:00
..
benchmark.go Fix long descriptions of benchmark and serve commands 2014-12-24 04:40:48 -07:00
check.go
convert.go Added a new command hugo list drafts and hugo list future 2014-11-19 16:24:30 -05:00
hugo.go Do not exit server watch on error 2015-01-09 12:40:48 +01:00
limit_darwin.go
limit_others.go
list.go Added a new command hugo list drafts and hugo list future 2014-11-19 16:24:30 -05:00
new.go Commented commands package 2014-12-12 00:05:02 +06:00
server.go always use http scheme for localhost 2015-01-01 23:57:29 +01:00
server_test.go always use http scheme for localhost 2015-01-01 23:57:29 +01:00
version.go Add timezone to buildDate 2014-12-09 11:42:07 +01:00