TryGhost / generator-ghost

Generate Ghost blogs and themes using Yeoman.
MIT License
78 stars 11 forks source link

Grunt command is incorrect #10

Closed acburdine closed 8 years ago

acburdine commented 9 years ago

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.

acburdine commented 9 years ago

after doing some research into this, there are a couple of problems that are presented

acburdine commented 9 years ago

@sethvincent I'm working on a PR to fix these issues, should be finished with it in a few days.

sethvincent commented 9 years ago

Sounds good!

lodybo commented 8 years ago

Any updates for the PR?

acburdine commented 8 years ago

@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.