north / generator-style-prototype

Yeoman Generator for Style Prototypes
362 stars 49 forks source link

Error on running grunt server #39

Closed thiagodemellobueno closed 10 years ago

thiagodemellobueno commented 10 years ago

Freshly installing yo, grunt and bower.

Running yo style-prototype answering the Qs going into the new directory and typing:

$ grunt server

Leads to the following error

Loading "Gruntfile.js" tasks...ERROR

TypeError: Cannot call method 'forEach' of undefined Warning: Task "server" not found. Use --force to continue.

Aborted due to warnings.

The only 'strange' thing about my setup maybe that I'm using OS X Mavericks.

thiagodemellobueno commented 10 years ago

a819be3 does indeed seem to fix the issue.

Snugug commented 10 years ago

Duplicate of #56