I'm finding some issues with advagg that appear to be related to theme overrides. Feel free to move over to advagg issue queue if that's the right place

mobile_jquery appears to override some core css files:

  • /modules/node/node.css
  • /modules/system/defaults.css
  • /modules/system/system.css
  • /modules/system/system-menus.css
  • /modules/user/user.css

However, advagg doesn't honor these theme specific settings when aggregating css files (ie, they get included).

CommentFileSizeAuthor
#1 OmitCoreCSS-1807030-2.patch719 bytesmrP
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mrP’s picture

Title: Incompatibilities with advagg » Omit core CSS files in mobile_jquery.info for correct advagg handling
Version: 6.x-3.0-beta1 » 6.x-3.x-dev
Category: feature » bug
Status: Active » Needs review
FileSize
719 bytes

Patched mobile_jquery.info to omit core css per http://drupal.org/node/263967, thereby improving compatibility with advagg.

FYI, this is my FIRST patch so please review.