The missing static directory shouldn't fail the build
authorKato Kazuyoshi <kato.kazuyoshi@gmail.com>
Thu, 15 Oct 2015 07:36:27 +0000 (00:36 -0700)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 17 Oct 2015 11:50:37 +0000 (13:50 +0200)
commit3a412543f617cf9fa460061aa5a33db43675c9f9
treeb2b4f0ef0c43ec936fc70985cd6ed44f28d80ff0
parent4e9a5d8bd173c3db7572210db982e56c2bc0e007
The missing static directory shouldn't fail the build

The lack of the directory would be worth to warn, since the directory is
created by "huge new site". But it doesn't have to fail the build.

This change fixes #759.
commands/hugo.go