Set Drupal cache and aggregation settings in settings.php
Drupal 6:
$conf['preprocess_css'] = 0;
$conf['preprocess_js'] = 0;
$conf['cache'] = 0;
- Steve Oliver's blog
- Login to post comments
Drupal 6:
$conf['preprocess_css'] = 0;
$conf['preprocess_js'] = 0;
$conf['cache'] = 0;