yeoman / generator-webapp_DEPRECATED

Yeoman generator that scaffolds out a front-end web app
http://yeoman.io
974 stars 310 forks source link

Additional Bower dependencies #616

Closed kalimar closed 8 years ago

kalimar commented 9 years ago

I believe the documentation needs to mention how to install the test dependencies (e.g. bower install --save mocha).

Does that sound right? If so, I'm happy to add and make the pull request.

Thanks

silvenon commented 9 years ago

It should be --save-dev, because it's a development dependency. Yes, feel free to add it to the docs :+1:

eddiemonge commented 9 years ago

Those should get installed automatically with the mocha generator