components / ember-data

Shim repository for EmberJS's Data component.
15 stars 53 forks source link

ember-data.js.map isn't being updated on cdnjs.com #28

Open gerry3 opened 9 years ago

gerry3 commented 9 years ago

ember-data.js.map isn't being updated with the other ember-data.js files on https://cdnjs.com

https://cdnjs.cloudflare.com/ajax/libs/ember-data.js/1.0.0-beta.18/ember-data.js.map is actually for 1.0.0-beta.16.1, not 1.0.0-beta.18. Similarly, 1.0.0-beta.17 is also using the map from 1.0.0-beta.16.1.

I opened cdnjs/cdnjs#4692, but it was closed as an issue from "upstream". Is this the right place?

Thanks for any help.

@fivetanley

rwjblue commented 9 years ago

the map file is here, not sure what they mean by upstream

rwjblue commented 9 years ago

ahh you are saying it is the wrong version?

gerry3 commented 9 years ago

@rwjblue correct. it seems to be pulling the map for 1.0.0-beta.16.1 for all later versions so far (17 & 18)

rwjblue commented 9 years ago

Yeah, we need to update the file and re-tag.

gerry3 commented 9 years ago

It would be nice to fix the old ones. Is re-tagging possible? Can I help?

But even more important, we need to update the process so that future tags include the correct map file. I guess that piece isn't automated? Can it be? Or could we add a test or hook that breaks if this file isn't up-to-date?