When you're doing development, most of the time, you don't want to minify css/js. Here's how you the respective settings: settings.local.php (drupal 7) 1$conf['preprocess_css'] = FALSE; 2$conf['preprocess_js'] = FALSE; settings.local.php (drupal 8 & 9) …
Read More