benbalter / jekyll-include-cache

A Jekyll plugin to cache the rendering of Liquid includes
MIT License
114 stars 33 forks source link

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

Open drjgray opened 4 years ago

drjgray commented 4 years ago

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[bot] commented 3 years ago

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.