Closed (cannot reproduce)
Project:
Omega Tools
Version:
7.x-3.0-rc4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 May 2012 at 09:54 UTC
Updated:
28 Jun 2013 at 04:02 UTC
Upon creating a sub theme, the theme name folder gets capitalized if your Human readable name is capitalized. The folder name should be the machine name, and not the Human name. For instance, if the Human readable name is Frak, then the folder will be Frak. If the Human readable name is frak, then the folder is frak. It is not anything crucial, but it is rather bothersome.
Comments
Comment #1
damienmckennaHere's a command I just ran:
drush omega-subtheme --base=my_theme "My Theme Alt"It created a clone of the my_theme theme with the project name "my_theme_alt". This is how it should be, if you're seeing something different please provide more details, i.e. the full Drush command you ran.