Closed (cannot reproduce)
Project:
Adaptive Image
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2012 at 23:39 UTC
Updated:
14 Jun 2012 at 22:14 UTC
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().
| Comment | File | Size | Author |
|---|---|---|---|
| adaptive_image-css-aggregation-fix.patch | 437 bytes | kleve |
Comments
Comment #1
johnalbinI 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.