yeoman / generator-karma

Yeoman generator for Karma
http://yeoman.io
BSD 2-Clause "Simplified" License
172 stars 48 forks source link

update readme: don't have to install grunt-karma #39

Closed X1011 closed 11 years ago

X1011 commented 11 years ago

The generator installs grunt-karma for you unless you tell it not to: https://github.com/yeoman/generator-karma/blob/42aa8015e4862cff874d943dedc9c068ba2ab2b7/lib/generators/app/index.js#L21

also: make AngularJS generator link more specific.

passy commented 11 years ago

Thanks!