Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Remove bower content in update install releases #48

Closed
wants to merge 1 commit into from

Conversation

jkumar712
Copy link
Contributor

@jkumar712 jkumar712 commented Oct 13, 2017

#47

@locks locks requested a review from rwjblue October 16, 2017 06:38
@@ -7,5 +7,5 @@ export default {
enableTestURL: true,
debugFileName: ".debug.js",
ignoreFiles: ['ember.js'],
installWithEmberCLI: '# Install the latest Ember canary:\nbower install --save ember#canary'
installWithEmberCLI: '# Install the latest Ember canary:\nnpm install --save-dev emberjs/ember.js#master'
Copy link
Contributor

Choose a reason for hiding this comment

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

This command won't actually work (as it would not have the precompiled dist assets).

Copy link
Contributor Author

@jkumar712 jkumar712 Oct 17, 2017

Choose a reason for hiding this comment

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

@rwjblue So we cannot install it via npm?

@@ -13,5 +13,5 @@ export default {
enableTestURL: true,
debugFileName: ".debug.js",
ignoreFiles: ['ember.js'],
installWithEmberCLI: '# Install Ember %s:\nbower install --save ember#v%s\n# Or, install the latest build of this channel which may include unreleased incremental changes:\nbower install --save ember#release'
installWithEmberCLI: '# Install Ember %s:\nnpm install --save-dev ember-source@v%s\n# Or, install the latest build of this channel which may include unreleased incremental changes:\nnpm install --save-dev emberjs/ember.js#release'
Copy link
Contributor

Choose a reason for hiding this comment

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

Lets remove the channel specific instructions here (they won't work due to lacking prebuild assets).

@@ -14,5 +14,5 @@ export default {
enableTestURL: true,
debugFileName: ".debug.js",
ignoreFiles: ['ember.js'],
installWithEmberCLI: '# Install Ember %s:\nbower install --save ember#v%s\n# Or, install the latest build of this channel which may include unreleased incremental changes:\nbower install --save ember#beta'
installWithEmberCLI: '# Install Ember %s:\nnpm install --save ember-source#v%s\n# Or, install the latest build of this channel which may include unreleased incremental changes:\nnpm install --save emberjs/ember.js#beta'
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove "latest build of channel" part

@locks
Copy link
Collaborator

locks commented Feb 6, 2018

Your commit was included in #66, thank you!

@locks locks closed this Feb 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants