Hi, there is no soultion yet for Drupal 7 to handle this IE limitation. I will try to port it myself as I need it now.

Comments

JohnAlbin’s picture

Category: feature » support
Status: Active » Postponed (maintainer needs more info)

Don't do that!

Drupal 7 has a built-in solution to the problem. You don't need to use this module if you are already using Drupal 7. We fixed that limitation in Drupal in this issue: #228818: IE: Stylesheets ignored after 31 link/style tags

What problems are you experiencing under Drupal 7?

tim.plunkett’s picture

Status: Postponed (maintainer needs more info) » Needs review

I used this for the easy "only aggregate for FOO module" feature. I'm sure I could write a hook_css_alter to do that, but it was a nice feature.
However, that was not the main point of the module, and the name would be confusing if it was ported just for that.

So maybe "won't fix" and if someone steps up with a new module, point it out on the project page?

JohnAlbin’s picture

Status: Needs review » Needs work

Oh, you mean like a de-aggregator tool for debugging a single module or theme? I'd totally link to that project from this one if someone built it.

You could probably re-use a lot of the code in this project to build it too! :-)

inky@inky3d.com’s picture

I really liked this module from a Dev perspective - being able to cache all stylesheets except for the current theme. It means when I go to my css list in firebug, I only see a few cached stylesheets and the ones I am working with, not a long list from all the contrib modules.

Would be nice to have some function like this available - unless there is and I haven't come across it yet.