4.4.0 release
New features
Support for caching the output of page preprocessors and commands used by preprocess_element
widgets.
[settings]
# Caching is off by default so you need to enable it
caching = true
# Change the cache directory name if you wish
cache_dir = ".soupault-cache"
You can force soupault to clear the cache and rebuild everything by running soupault --force
.