Live Reload not detecting changes after first edit

I used these steps when attempting to reproduce your issue. But I could not reproduce it.

  1. Install Hugo 0.48
  2. hugo new site example.com
  3. cd example.com
  4. git init
  5. git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke
  6. Open config.toml and add line theme = "ananke"
  7. hugo new posts/my-first-post.md
  8. hugo server -D
  9. Open config.toml and edit line title = "My New Hugo Site" to be title = "My New Hugo SiteZ"