mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
4679fbee41
Write and rename operations are often followed by CHMOD. There may be valid use cases for rebuilding the site on CHMOD, but that will require more complex logic than this simple conditional. On OS X this seems to be related to Spotlight, see: https://github.com/go-fsnotify/fsnotify/issues/15 A workaround is to put your site(s) on the Spotlight exception list, but that may be a little mysterious for most end users. So, for now, we skip reload on CHMOD. This small commit will be a 100% improvement for most OS X-users. Fixes #1587 |
||
---|---|---|
.. | ||
benchmark.go | ||
check.go | ||
convert.go | ||
genautocomplete.go | ||
gendoc.go | ||
hugo.go | ||
import.go | ||
import_test.go | ||
limit_darwin.go | ||
limit_others.go | ||
list.go | ||
list_config.go | ||
new.go | ||
new_test.go | ||
server.go | ||
server_test.go | ||
undraft.go | ||
undraft_test.go | ||
version.go |