Created
July 19, 2020 14:14
-
-
Save davidisnotnull/2fc56ccc46193dfff0ff85ecc3c68a5c to your computer and use it in GitHub Desktop.
Things to remember when you're setting up Drupal 9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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