Theming

Exercise: Configure Your Environment for Theme Development for Drupal 8, 9, and 10

Drupal has a few handy settings you can tweak to make developing themes a little more intuitive and a lot more awesome. In this tutorial, we'll practice manually setting up our environment for theme development by:

  • Disabling some caches
  • Turning off CSS and JS aggregation
  • Turning on the Twig debug service

By the end of this tutorial, you'll have practiced setting up your environment for theme development.