hugo/commands
Anthony Fok b9b70fb6b0 Skip directories like node_modules from the watchlist
A local `node_modules` directory can easily contain
tens of thousands of files, easily exhausting the tiny
default max open files limit especially on OS X Yosemite,
in spite of the fact that  Hugo already had code in place
since February 2014 to try to raise the maxfiles ulimit.

Also skip `.git` and `bower_components` directories.

The file watching situation will improve when
https://github.com/go-fsnotify/fsevents become ready,
but until then, we will be thrifty.  :-)

Thanks to @chibicode for the suggestion.

See #168 for continued discussions.
2015-03-10 16:55:23 -06:00
..
benchmark.go
check.go
convert.go Fix some Go Lint errors 2015-03-06 15:58:14 +01:00
hugo.go Skip directories like node_modules from the watchlist 2015-03-10 16:55:23 -06:00
limit_darwin.go
limit_others.go
list.go
list_config.go
new.go Add new min_version field to theme.toml template 2015-03-10 09:49:42 -06:00
server.go
server_test.go
version.go