The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

cmd/xesite: disable rebuild on chmod

Wonder how this will bite me.

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 26a17587 d58e5083

+4
+4
cmd/xesite/devel.go
··· 93 93 continue 94 94 } 95 95 96 + if event.Op == fsnotify.Chmod { 97 + continue 98 + } 99 + 96 100 slog.Debug("got event", "fname", event.Name, "op", event.Op.String()) 97 101 98 102 d(reload)