Closed (fixed)
Project:
Css Dry
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2009 at 15:15 UTC
Updated:
14 Dec 2009 at 14:50 UTC
Don't think there's an efficient way of doing this. You'd pretty much have to run the import steps recursively until there were no imports left to do and then compare the resulting text for changes.
It will however be a common painpoint for anyone trying to organize their code.
Comments
Comment #1
allain commentedSince it's only a problem during active development, Hugo has suggested adding an "Always generate" configuration setting.
Comment #2
rhache commented+1 for an "always generate" setting
Comment #3
allain commentedDoes the reliance on Drupal's CSS Caching functionality make this a non-issue?
We now deal with this the same way Drupal's caching handles @Import processing.
More investigation is required...
Comment #4
rhache commentedHi Allain,
Reliance on Drupal's caching indeed solves the issue. Love how this works.
Sincerely,
Rene
Comment #5
allain commented