hugo/helpers
Dylan MacKenzie 99a18b21fc List directories being watched when server is run
Fixes part of issue 1030. Previously hugo only listed the content
directory as being watched. Now we list all files being watched
according to `commands.getDirList()`. We also introduce a RemoveSubpaths
function and test in the helpers module to reduce noise in the command
line output by not showing subdirectories of ones already being watched.

For example, instead of:
`Watching for changes in $HOME/blog/content`
We get:
`Watching for changes in
$HOME/blog/{data,content,layouts,static,themes/my-theme}`
2015-04-02 12:52:08 +02:00
..
content.go Experimental AsciiDoc support with external helpers 2015-03-12 22:01:49 -04:00
content_test.go Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00
general.go Return error on wrong use of the Paginator 2015-03-31 22:33:17 +02:00
general_test.go Add some more corner tests for ReaderContains 2015-03-30 01:22:09 +02:00
hugo.go Refactor Hugo version 2015-03-18 12:23:13 +01:00
hugo_test.go Refactor Hugo version 2015-03-18 12:23:13 +01:00
path.go List directories being watched when server is run 2015-04-02 12:52:08 +02:00
path_test.go List directories being watched when server is run 2015-04-02 12:52:08 +02:00
pygments.go Hash all pygments parameters. 2015-03-29 13:01:44 +02:00
url.go More initialism corrections (golint) 2015-03-18 11:30:37 +01:00
url_test.go More initialism corrections (golint) 2015-03-18 11:30:37 +01:00