To whom it may concern,
I think this module is absolutely awesome. Is there any plans to allow files to be added via a theme's info files?
The conditional styles module permits this, just wondering if this could potentially work for this module as well.
Sincerely,
Rene
Comments
Comment #1
allain commentedAbsolutely. It's in testing right now.
Usage will be:
cssdry[all][] = layout.css
cssdry[all][] = style.css
Comment #2
rhache commentedAllain,
That is really good news. I'm wondering if you could somehow make this work with conditional styles (http://drupal.org/project/conditional_styles) for IE specific stylesheet? The combination would be one step closer to the holy grail as far as I'm concerned :)
Right now, conditional styles works like this in the info file:
conditional-stylesheets[if IE 6][all][] = fix-ie6.css
Sincerely,
Rene
Comment #3
allain commentedInteresting... makes the typical use case harder to understand.
If there could be a middle ground that didn't require the complication of the simple case, I'd be for implementing this.
Comment #4
Hugo Wetterberg commented