Just wondering if it's possible to force the module to ignore the core and contrib CSS files, since I do not use them in my themes (have a preprocess override to nix them). The only CSS I wish to use is defined in the theme .info files. The compressor currently disregards my theme settings and will aggregate all core and contrib css. Is there any way do avoid this

Apologies if this is the wrong section, it may be more to do with Drupal's stock aggregator.

Comments

mikeytown2’s picture

Status: Active » Closed (fixed)

Here's a good starting place: http://api.drupal.org/api/function/drupal_get_css/6. I would ask in the support forum for some help. Fairly sure this is the wrong place for your issue. Reopen if you think otherwise. Once you get core to not aggregate core css files, you probably need to use the "GZip CSS: Use hook exit as well" setting.