Problem/Motivation

While reading https://www.webwash.net/tailwind-css-theme-setup-for-drupal-canvas, I had a thought: since Starter is meant to be a starting point for you to create your own look and feel, would it maybe make sense for Starter, specifically, to enable the proper configuration settings for theme development? (That is: disabling CSS/JS aggregation, disabling Twig caching, and enabling Twig's development and debugging modes.)

I wonder if it would also make sense to do this in the site template starter kit.

Comments

phenaproxima created an issue. See original summary.

phenaproxima’s picture

Issue summary: View changes
phenaproxima’s picture

Title: Starter should set you up for theme development by default » The site template should set you up for theme development by default
Project: Drupal CMS development repository » Drupal CMS Site Template Starter Kit
Version: » 1.x-dev
Component: Starter recipe » Code

This probably isn't going to happen. Since we added the Blank site template (a.k.a. drupal_cms_site_template_base), which sets you up with a custom theme right out of the gate, it probably makes more sense to either do this over in that project, perhaps; I am therefore moving this issue over there.