hugo/commands
Anthony Fok de82404d35 Fix hugo server "Watching for changes" path display
especially when the given `--source` path is a relative directory.

Also, when `--source` is specified, make WorkingDir an absolute path
from the very beginning, to be consistent with the case when `--source`
is not given.  Otherwise, the function name helpers.AbsPathify(), which
prepends WorkingDir to a relative path, does not really make sense.

Fixes #1721
2015-12-19 05:19:31 -07:00
..
benchmark.go
check.go
convert.go Add --source flag back to hugo new command 2015-12-16 00:00:05 -07:00
gen.go
genautocomplete.go
gendoc.go
genman.go
hugo.go Fix hugo server "Watching for changes" path display 2015-12-19 05:19:31 -07:00
hugo_windows.go Move cobra.MousetrapHelpText to hugo_windows.go 2015-12-16 21:26:47 -07:00
import_jekyll.go
import_jekyll_test.go
limit_darwin.go
limit_others.go
list.go Add --source flag back to hugo new command 2015-12-16 00:00:05 -07:00
list_config.go
new.go Improve some random feedback messages 2015-12-16 21:26:51 -07:00
new_test.go
server.go Fix hugo server "Watching for changes" path display 2015-12-19 05:19:31 -07:00
server_test.go
undraft.go
undraft_test.go
version.go