Auto-rebuild theme registry during theme development

Little Snippet to rebuild theme registry automatically during theme developement

Snippet:

if (theme_get_setting('zen_rebuild_registry')) {
  drupal_rebuild_theme_registry();
}

Comments

chup@drupal.org

In most cases your code didn't works, because you using Zen theme.

I placing just string drupal_rebuild_theme_registry(); in my template.php when tuning Drupal.