blittle / backbone-nested-models

Backbone Nested Models
86 stars 28 forks source link

Can't install via NPM + UMD wrapper is broken #22

Closed jeffijoe closed 9 years ago

jeffijoe commented 9 years ago

backbone-nested on NPM is not this library, despite the package.json saying so.

I managed to pull down this module using Napa, but it appears the UMD wrapper is broken.

I am using webpack (common.js). :)

blittle commented 9 years ago

I'll try to fix this today or tomorrow, but if you'd like, do a pull req and I'll merge.

jeffijoe commented 9 years ago

I'll have a stab at it, but the NPM thing is something you'd have to fix since you run the master. :)

jeffijoe commented 9 years ago

Can't get the tests running, I don't think I'm of much help. Haven't used Karma before either.

jeffijoe commented 9 years ago

@blittle Any news? This library is amazing in it's simplicity and it Just Works™, would be a shame if it went inactive.

Really, nested models and collections gets almost too easy with this library. :)

blittle commented 9 years ago

Sorry for the delay, I'll have a fix later today.

blittle commented 9 years ago

https://www.npmjs.com/package/backbone-nested-models

jeffijoe commented 9 years ago

Sweet! Thanks!