A follow up Feature request to #1542860: Allow drush command to specify sites folder to install sub-theme in.
It would be great if we could specify the parent theme for sub-theme created by the mobile_jquery drush command.
This would allow more flexibility for site builder to create multiple layered sub themes.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mobile_jquery-allow_drush_command_parent_option-1544134.patch | 1.77 KB | charlietoleary |
Comments
Comment #1
charlietoleary commentedPatch for the functionality attached - please review.
Note that this patch assumes that patch #1 and #2 from issue #1542860: Allow drush command to specify sites folder to install sub-theme in. are applied.
This should enable you to utilize the "--parent" option in the mobile jQuery drush command.
Example:
drush mobile_jquery "Mobile Sub-theme" mobile_sub_theme --parent="mobile_parent_theme"Comment #2
charlietoleary commentedComment #3
jasonsavino commentedpatch added to dev.