Actions
Task #101495
closedRe-add versioned lit sources
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Target version:
Start date:
2023-07-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The lit folders have been suffixed by an explicit version
string in #96511. This got removed with #100245, because
required updates for configuration files have not been
applied automatically and the reason for the version
suffix was undocumented and thus unclear.
In preparation for future lit updates, the version
suffix is added back to avoid a mixture of cached and
uncached lit source variants.
Explanation: absolute urls are cache busted by the hash
in the import map, but relative import (inside lit) can
not use cache bust parameters by design. This is why we need
a version suffixed package folder in order to enforce browser
cache updates, whenever lit sources are updated.
Actions