Closed (fixed)
Project:
Flexus
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2026 at 09:07 UTC
Updated:
6 Feb 2026 at 02:34 UTC
Jump to comment: Most recent
Flexus theme library definitions currently include a VERSION string in *.libraries.yml. In Drupal core, the VERSION constant refers to the Drupal core version. Contributed modules and themes should not rely on that value for asset versioning, because it can lead to stale assets being served after CSS/JS changes.
This is especially risky behind CDNs and other intermediate caches: if the theme updates an asset file but the library version does not change, cache invalidation may not happen as expected, and users can receive outdated CSS/JS.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
mxr576Comment #4
jidrone commentedGood catch, thanks.
Comment #5
jidrone commented