Closed (fixed)
Project:
Boilerplate
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2013 at 18:12 UTC
Updated:
30 Jan 2013 at 22:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
twardnw commentedThe drush bp command is finding the path to the theme wherever it lives. When in sites/all/themes (/contrib too), it properly creates the new theme in that directory structure. However, if bolerplate is in a profile, it creates the new theme in
/profiles/<profilename>/themes/<newtheme>.Comment #2
twardnw commentedHere's a patch that makes the command aware of boilerplate existing in the profiles directory, as well as still checking to see if the theme should go directly into themes or themes/custom
Also committed to -dev