-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build not working due to invalid version of grunt-karma #42
Comments
I've often had trouble with Karma dependencies. Could you investigate the right versions and submit a patch? Thanks! |
Able to get it to work if I modify the devDependencies that is generated by bbb if I specify the karma version "karma": "~0.10.4". |
Easiest way to get this to work would be to update the devDependencies of backbone-boilerplate to karma 0.10.4. Although I'm unsure as to the ramifications for backbone-boilerplate and it's child dependencies, eg. karma-coverage. |
At the moment, generator-bbb has a dependency on a specific version of Since this version of backbone-boilerplate is quite old, can we look at updating generator-bbb and the npm version to use the latest? |
Sure! Mind sending a PR? |
I still need to send a PR to backbone-boilerplate. |
Log below:
The text was updated successfully, but these errors were encountered: