In the tao 6.x branch, the tao.info file references a number of css files not included in the tao package:

stylesheets[all][] = "admin.css"
stylesheets[all][] = "block.css"
stylesheets[all][] = "book.css"
stylesheets[all][] = "comment.css"
stylesheets[all][] = "dblog.css"
stylesheets[all][] = "defaults.css"
stylesheets[all][] = "forum.css"
stylesheets[all][] = "help.css"
stylesheets[all][] = "maintenance.css"
stylesheets[all][] = "node.css"
stylesheets[all][] = "openid.css"
stylesheets[all][] = "poll.css"
stylesheets[all][] = "profile.css"
stylesheets[all][] = "search.css"
stylesheets[all][] = "system.css"
stylesheets[all][] = "system-menus.css"
stylesheets[all][] = "taxonomy.css"
stylesheets[all][] = "tracker.css"
stylesheets[all][] = "update.css"
stylesheets[all][] = "user.css"

advagg detects these as missing files when trying to compress the css code.

Comments

mrP’s picture

Status: Active » Closed (works as designed)

this is expected handling of omitted css files per http://drupal.org/node/263967