eviltrout / ember-performance

A suite of tests for EmberJS to help with performance
140 stars 27 forks source link

Use official 2.1.0 builds. #84

Closed rwjblue closed 8 years ago

rwjblue commented 8 years ago

The builds used originally are the ones from https://github.com/emberjs/ember.js/commit/45f524a3f23de99b141f80ace2edecd8098d3ff0, which is a few commits after the 2.1.0 tagged release.

Compare view:

https://github.com/emberjs/ember.js/compare/v2.1.0...45f524a3

None of these changes should be appreciable, but I wanted to make sure we were using the official tagged builds:

http://builds.emberjs.com/tags/v2.1.0/ember.prod.js http://builds.emberjs.com/tags/v2.1.0/ember-template-compiler.js

GavinJoyce commented 8 years ago

Ah, I grabbed these builds from http://emberjs.com/builds/#/release which seem to be incorrect:

rwjblue commented 8 years ago

The various channel URL's contain any commits to that branch after the tag also (in this case a few bug fixes).