This addresses bug #63. It adds watchdog (and all python, file watcher which supports the major platforms) to watch for changes in your content or templates and if so re-generate them when using the serve command. It also includes the --no-watch flag to retain the old functionality.
Note: This is currently work in progress, it could do with some tests, docs, etc. The PR is just to surface the work until ready for review.
This addresses bug #63. It adds watchdog (and all python, file watcher which supports the major platforms) to watch for changes in your content or templates and if so re-generate them when using the serve command. It also includes the
--no-watch
flag to retain the old functionality.Note: This is currently work in progress, it could do with some tests, docs, etc. The PR is just to surface the work until ready for review.