Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't watch the build docs dir (#484)
Before 40415a3 the plugin was creating a new temporary directory on every reload so built artifacts weren't marked as changed. After the update, the same temporary directory is used. This caused built artifacts to trigger a file change event. This fix unwatches the build docs dir so those changes don't fire rebuild events. Now only file changes in the source directory should trigger rebuilds as expected.
- Loading branch information