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
This enables previously discouraged usage of bustCache tag in combination with path specified by a variable.
Possibility to explicitly opt-out of compile-time cache and force auto-refresh of runtime cache by dynamic keyword, e.g. {bustCache dynamic /file.css} (useful for files that are expected to be modified in app runtime).
Support for revision manifest file. Revisions from manifest file, if available, are preferred over query parameter cache busting.
Configurable handling of missing files. In strict mode (disabled by default) an exception is thrown, otherwise only a warning is triggered and dummy asset path is printed.