You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shake's cacheActionWith (added here) invokes cacheAction twice; once for the "key", and another for the "argument". In rib, the "key" is set to filename, and the "argument" is set to a tuple of filename and its contents. So effectively I think Shake is storing the file contents as a key in its cache. Since file contents are bound to change over time in a static site, we are seeing the Shake database grow in size over time as well.
With
shakeTimings = True
:Size of the database for this report:
The text was updated successfully, but these errors were encountered: