north / generator-style-prototype

Yeoman Generator for Style Prototypes
362 stars 49 forks source link

Update _gruntfile.js #34

Closed danielroot closed 10 years ago

danielroot commented 10 years ago

When trying to run "grunt build" I get this error "Loading "Gruntfile.js" tasks...ERROR

TypeError: Cannot call method 'forEach' of undefined Warning: Task "build" not found. Use --force to continue." This patch fixes it.

jcarrharris commented 10 years ago

Yep. This fixes the error.

Snugug commented 10 years ago

Duplicate of #43