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

Cache not resetting/clearing on changes to cached file #20

Open
drjgray opened this issue Oct 15, 2020 · 1 comment
Open

Cache not resetting/clearing on changes to cached file #20

drjgray opened this issue Oct 15, 2020 · 1 comment

Comments

@drjgray
Copy link

drjgray commented Oct 15, 2020

Describe the bug

I have a sidebar which I have cached as it uses liquid logic that's been slowing down my builds. If I make changes to this sidebar file, I still get the unchanged version.

Steps to reproduce the behavior

  1. include_cached sidebar.html
  2. Files are regenerated
  3. Make changes to sidebar.html
  4. Files are regenerated
  5. Refresh page
  6. No changes visible in browser

Expected behavior

  1. include_cached sidebar.html
  2. Files are regenerated
  3. Make changes to sidebar.html
  4. Files are regenerated
  5. Refresh page
  6. Changes visible in browser

Screenshots

N/A

Additional context

N/A

Am I missing something? Is there a method to clear the cache I'm not seeing?

@stale
Copy link

stale bot commented Dec 25, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Dec 25, 2020
@settings settings bot removed the wontfix label Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant