Problem/Motivation
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
Proposed resolution
Refer to the Merge Request. A version number has been added to the starterkit theme's .info file.
Issue fork radix-3393114
Show commands
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