Skip to content

Update addon url#392

Merged
Gaurav0 merged 1 commit intoember-cli:masterfrom
Gaurav0:addons2
Apr 12, 2016
Merged

Update addon url#392
Gaurav0 merged 1 commit intoember-cli:masterfrom
Gaurav0:addons2

Conversation

@Gaurav0
Copy link
Copy Markdown
Contributor

@Gaurav0 Gaurav0 commented Apr 12, 2016

No description provided.

resolveAddon(name, value) {
return new RSVP.Promise(function(resolve) {
const url = `https://nl1fctyzr7.execute-api.us-east-1.amazonaws.com/staging/addon?addon=${name}&addon_version=${value}&ember_version=1.13.15`;
const url = `${config.addonUrl}?ember_version=1.13.15&addon=${name}&addon_version=${value}`;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't the ember_version be based on the current Ember version?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yas. but I have yet to create images for every ember version :-)

@Gaurav0 Gaurav0 merged commit 8a97523 into ember-cli:master Apr 12, 2016
@Gaurav0 Gaurav0 deleted the addons2 branch April 12, 2016 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants