While installing a subtheme using drush it fails to rename the files of starterkit {{ THEME_SANITIZED }} to subtheme_name.

Renamed them manually, then it works. Did not test it on Linux or any other system yet, but seems to be an issue on a Windows 8 and Zend Framework installation.

Comments

fubhy’s picture

Oh.. No... That's not the problem. The problem simply is that it should be {{ THEME:SANITIZED }} but : is not allowed for windows filenames. So apparently git pull renames them to {{ THEME_SANITIZED }}... I guess we will just have to use the underscore then. Fix coming up.

fubhy’s picture

Status: Active » Fixed

Fixed.

phpcitizen’s picture

Great thanks, seems to be working now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.