Skip to content

config.yml not reloaded when running jekyll serve --watch #2302

@aldoforce

Description

@aldoforce

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions