Closed (fixed)
Project:
Simple live CSS
Version:
8.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
15 Jul 2020 at 14:45 UTC
Updated:
22 Jul 2020 at 06:37 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
robindh commentedRemoved CSS & JS collection-optimizers from controller
Comment #3
robindh commentedTrying another approach; invalidate the
library_infocache tag after garbage collection. This cache tag is set withinAssetResolver::getCssAssets().This is also how the advagg module seems to solve this problem.
Comment #4
robindh commented#3 seems to work, but needs some more testing
Comment #5
jhandsta commentedTested by tagging aggregated CSS/JS files for garbage collection by manually setting their creation time to >30 days ago.
With the patch in #3 the caches are invalidated correctly after a live CSS save, and the files are reaggregated.
Comment #7
robindh commentedAlright, committed - thanks!
Comment #8
robindh commentedClosing, since 8.x-1.0-rc3 was just created