Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to remove .git dir after theme creation #3

Open
kevinlangleyjr opened this issue Feb 14, 2014 · 1 comment
Open

Need to remove .git dir after theme creation #3

kevinlangleyjr opened this issue Feb 14, 2014 · 1 comment
Assignees
Labels

Comments

@kevinlangleyjr
Copy link
Member

When creating based off any theme that has a git url, we need to remove the .git directory from the theme before finishing otherwise you are presented with a lot of git errors just trying to create a repo above it in the root of the project.

@kevinlangleyjr
Copy link
Member Author

Looks like this is only happening on hordak because it uses skeletor as a composer dependency and specifies the git repo for it. Therefore cloning the repo. Unfortunately the issue is that we can't have that added to the generated project's .gitignore easily.

So essentially any project that uses hordak to generate it's theme will need to add wp-content/themes/skeletor to their .gitignore currently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants