Hi,
I ran into this caching issue after enabling "Optimize CSS" at ./admin/settings/performance. This is working like a switch: Enable "Optimize CSS", the complete layout/design breaks; disable "Optimize CSS", everything is (slow but) fine. Cleared the cache: yes, multiple times. JS aggregation seems to work properly.
This issue is critical, if it can be confirmed, since it (a) breaks a feature of Drupal core, and (b) is a step further into total UI desaster (currently, Panels caching is broken, and Panels breaks the core JS aggregation; running Panels plus Acquia Slate makes even the most basic speed optimizations Drupal has to offer useless (no Panels caching, no CSS aggegation, no JS aggregation).
Thanks & greetings, -asb
Comments
Comment #1
stephthegeek commentedSounds like you might be running into this Drupal core bug that was just fixed? #265719: CSS aggregator produces invalid code and directory names for @import files Breaks IE, Internet explorer does not style page.
Comment #2
asb commentedI applied the patch provided in #22 of issue #265719, and indeed it solved the issue in Pressflow 6.16 for me.
Thank you!