Open dyreschlock opened 1 year ago
Tapestry has some default CSS and JS that it uses for its error pages and other stuff. This is included on the top of every page with a link tag.
<link type="text/css" rel="stylesheet" href="/assets/9da2d397b7f12457/core/default.css"/>
The hash used for the Asset's subfolder changes over time, which results in all pages having changes when the entire site is re-generated. __
Find out how this is being added, and change it to a static link so it's much easier to see what has changed when the site is regenerated.
Upgrading Tapestry might solve this problem.
Tapestry has some default CSS and JS that it uses for its error pages and other stuff. This is included on the top of every page with a link tag.
<link type="text/css" rel="stylesheet" href="/assets/9da2d397b7f12457/core/default.css"/>
The hash used for the Asset's subfolder changes over time, which results in all pages having changes when the entire site is re-generated. __
Find out how this is being added, and change it to a static link so it's much easier to see what has changed when the site is regenerated.