psu-libraries / psulib_base

Drupal Base Theme
0 stars 0 forks source link

Update "Developing with this theme" README text #36

Open zipymonkey opened 3 months ago

zipymonkey commented 3 months ago

There is a ddev develop-theme command in the new site template. The README instructions should be updated to include these instructions:

ddev develop-theme;
ddev theme-build;
ddev drush cr;

Add a section for reviewing how a specific feature branch impacts a site and subtheme:

ddev composer require psu-libraries/psulib_base:dev-17-basic-theme-footer;
ddev theme-build;