Fix watcher detecting changes as static when no theme
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 28 Jun 2015 17:27:28 +0000 (19:27 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 28 Jun 2015 17:27:28 +0000 (19:27 +0200)
commit033a13e10e5ef42424db72ae45e01380b0d1e07c
tree93ee12e4a6e49ab6311d8f65eaf3ba16131c37a5
parenta509a23255d20769621a2d2a714964fc3c6bca55
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
commands/hugo.go