Skip to content

Instantly share code, notes, and snippets.

@davidisnotnull
Created July 19, 2020 14:14
Show Gist options
  • Save davidisnotnull/2fc56ccc46193dfff0ff85ecc3c68a5c to your computer and use it in GitHub Desktop.
Save davidisnotnull/2fc56ccc46193dfff0ff85ecc3c68a5c to your computer and use it in GitHub Desktop.
Things to remember when you're setting up Drupal 9
CSS and JS not working? You'll get "MIME type ('text/html') is not a supported stylesheet MIME type".
Run the following command in Drush
drush -y config-set system.performance css.preprocess 0
drush -y config-set system.performance js.preprocess 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment