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