hugo/commands
Bjørn Erik Pedersen 033a13e10e Fix watcher detecting changes as static when no theme
There have been some changes to the ´helpers.GetThemesDirPath()´ so it now returns an empty string when no theme.

This is correct, but it broke the watch service (at lest on OSX), as `strings.HasPrefix("", "somestring") evaluates to true somehow, and content changes are incorrectly branded as static.

There are other issues in there, but that will come later ...

See #1236
2015-06-28 19:27:28 +02:00
..
benchmark.go
check.go
convert.go
genautocomplete.go Remove trailing spaces in completionfile flag 2015-05-16 19:52:09 +02:00
gendoc.go Add gendoc command 2015-05-19 10:57:21 -04:00
hugo.go Fix watcher detecting changes as static when no theme 2015-06-28 19:27:28 +02:00
limit_darwin.go
limit_others.go
list.go
list_config.go
new.go
new_test.go
server.go
server_test.go Stop Viper from leaking across many of the tests (now tests pass regardless of order tested) 2015-05-20 02:21:21 -04:00
undraft.go
undraft_test.go
version.go