backbone-boilerplate / generator-bbb

Backbone Boilerplate Yeoman generator.
MIT License
56 stars 9 forks source link

updated backbone-bbb version dependency #43

Closed pixeldrew closed 10 years ago

pixeldrew commented 10 years ago

Once this version of backbone-bbb is released to npm this should fix the npm issues with grunt-karma.

SBoudrias commented 10 years ago

I want to keep BBB version very specific as we play with the AST and any changes could break the generator.

pixeldrew commented 10 years ago

At the moment the version of backbone-boilerplate linked to is broken since there is a conflict upstream from the latest version of karma and grunt-karma.

SBoudrias commented 10 years ago

Yes I didn't told you I didn't want to fix the issue. Just that this solution won't work for me.

pixeldrew commented 10 years ago

The other way I can see to fix it is to create a branch from backbone-boilerplate/backbone-boilerplate@59c10b1360faf7dd898c7e976317fdf45a1c1b11 that specifies the version of karma ~0.10.0 to use.