Running 1.5.1, OSX.
To reproduce:
- create a new site with "jekyll new test-site"
- start the server with "jekyll serve --watch"
- in another console edit the _config.yml, change the site's title
(you will notice in the server console: Regenerating: 1 files at xxx xxx ...done.)
- refresh your browser
Result: no changes on the web page
Expected: if the site was regenerated (as console says), the edited configuration should apply (the new site's title should change)
Thx