Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

grunt test fails due to not downloaded bower components in test folder #39

Closed
sondreb opened this issue Aug 10, 2014 · 3 comments
Closed

Comments

@sondreb
Copy link

sondreb commented Aug 10, 2014

The "grunt test" task will fail with a timeout error if the bower components is not downloaded within the test folder. It is required for developers to open the test folder and run "bower update", to ensure that both chai and mocha are downloaded. When this is done, the user can run "grunt test" from the root folder successfully.

Either the gruntfile should ensure these components are downloaded, or the readme.md should include detailed instructions for developers.

@ragingwind
Copy link
Contributor

I don't think so. If do bower install or update is in test process. It'll be take a delay time each testing and chai and mocha should be downloaded in first scaffolding If you're not using skip-install option or not? developers should be run bower install command manually. but I understand we have to improve readme.md I'll add detailed instruction for this issue thanks

@sondreb
Copy link
Author

sondreb commented Aug 11, 2014

Another idea would perhaps be to create one additional grunt task that basically does everything for the developer? Get's all bower packages, runs other commands that are needed, etc. That would greatly help some of the more novice developers trying to get into this kind of development. Thanks!

@ragingwind
Copy link
Contributor

@sondreb we're always welcome PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants