Noticed that the drupal_add_css() function was removed and added to the info-file instead in the 7.x-1.4 version. This does´t work when using css aggregation. The css is not loaded. I have created a patch to again include the drupal_add_css() function, but put it in the preprocess hook instead of in the previous location in hook_init().

CommentFileSizeAuthor
adaptive_image-css-aggregation-fix.patch437 byteskleve

Comments

johnalbin’s picture

Status: Active » Closed (cannot reproduce)

I just tested this and the CSS rulesets that this module adds are still available when aggregation is on.

This is easy to verify using an inspector in the browser.