Closed acburdine closed 8 years ago
after doing some research into this, there are a couple of problems that are presented
.git
folder, and thus even grunt init
fails@sethvincent I'm working on a PR to fix these issues, should be finished with it in a few days.
Sounds good!
Any updates for the PR?
@lodybo This repo needs a pretty large refactor, which I haven't had time to do yet. I'll look at this hopefully sometime this week and see what I can do.
After yeoman runs the ghost bower and npm installs, it attempts to run the grunt default task. However, ghost's grunt commands have changed since this was last updated, resulting in a failing generation.
Basically, instead of running
grunt default
,grunt init
needs to be run.