Closed Kwpolska closed 7 years ago
This is a good start, but there are still things which don't result in proper dependencies, for example config['demo_screenshots_map']
in parse_theme_info
: if that changes, no post is being recompiled.
It might be really better to simply do an uptodate dependency in CompilePackageIndexEntries.read_metadata
on metadata
returned there, since that implicitly covers all the other added dependencies.
(And yes, add='both'
is best here.)
I’m using
add='both'
implicitly, because some of those files do not appear incache/*.html
.