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 Add memprofile to pprof benchmark 2015-02-05 15:48:09 +01:00
check.go Hugo config abstracted into a general purpose config library called "Viper". 2014-04-05 01:40:33 -04:00
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 Adding support for logging & verbose logging. Consolidation of error handling. Integration of jWalterWeatherman library. Fixed #137 2014-03-31 13:23:34 -04:00
limit_others.go Fix build 2014-02-18 18:40:55 -05:00
list.go Added a new command hugo list drafts and hugo list future 2014-11-19 16:24:30 -05:00
list_config.go Quote strings in hugo config output 2015-02-17 11:51:43 +01:00
new.go Add new min_version field to theme.toml template 2015-03-10 09:49:42 -06:00
server.go Change "ctrl+c" to "Ctrl+C" 2015-02-11 01:11:50 -07:00
server_test.go Fix errors reported by Go Vet 2015-03-06 15:25:19 +01:00
version.go Use osext on GitHub 2015-02-23 18:12:19 +01:00