Problem/Motivation

In README.md, the Generating a New Theme instruction places the new theme in the wrong directory: themes rather than themes/custom

Steps to reproduce

Navigate to the contrib prototype theme folder and run the suggested
php generator.php -n custom_theme -d 'Custom Theme' -p themes -a short

Proposed resolution

Replace thee suggestion with
php generator.php -n custom_theme -d 'Custom Theme' -p themes/custom -a short

Issue fork prototype-3529053

Command icon 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

jemandy created an issue. See original summary.

jldust’s picture

Version: 5.2.1 » 5.x-dev
Assigned: Unassigned » jldust
jldust’s picture

Status: Active » Reviewed & tested by the community

The documentation states that is an optional command to pass, however I have updated the README for clarity.

jldust’s picture

Status: Reviewed & tested by the community » Fixed

  • jldust committed e6de0d8d on 5.x
    Issue #3529053 by jldust: Instruction to generate a new theme
    
jldust’s picture

Status: Fixed » Closed (fixed)