Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate with watch does not generate pages for new tags / categories #447

Open
clement-michelet opened this issue Jul 10, 2020 · 1 comment
Labels

Comments

@clement-michelet
Copy link

Sculpin version: 3.0.3

Reproductible steps

  1. Add a post with a tag "foo" and a category "bar"
  2. Launch generate command with --watch option
  3. Update the post by adding a tag "baz" and a category "quz"

Expected behavior

  • Generate command should generate a category page "quz"
  • Generate command should generate a tag page "baz"

Actual behavior

  • Category page "quz" is missing
  • Tag page "baz" is missing

Workaround

  • Stop and restart generate command
@beryllium beryllium added the bug label Jul 10, 2020
@beryllium
Copy link
Member

Thanks for this report, I'll look into it :) With the way the test suite works, I think it might be possible to create an integration test that reproduces the problem, which should make it easier to solve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants