Closed (fixed)
Project:
radix
Version:
6.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2023 at 03:01 UTC
Updated:
26 Oct 2023 at 12:44 UTC
Jump to comment: Most recent
When following directions to generate a new starterkit theme, the following, somewhat confusing message reads, "The source theme radix does not have a version specified. This makes tracking changes in the source theme difficult. Are you sure you want to continue? (yes/no)"
When not using drush to generate a Starterkit theme, the following command is used:
php web/core/scripts/drupal generate-theme --starterkit radix my_new_theme
Refer to the Merge Request. A version number has been added to the starterkit theme's .info file.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
amstercadComment #4
amstercadComment #7
doxigo commentedGreat catch Lee, thanks for the MR, merged