Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve ember executable with full path #395

Merged
merged 1 commit into from
Feb 2, 2016
Merged

Conversation

seanpdoyle
Copy link
Contributor

Closes #392.

Resolve ember executable with full path within node_modules, instead
of depending on the presence of node_modules/.bin.

Closes [#392].

Resolve `ember` executable with full path within `node_modules`, instead
of depending on the presence of `node_modules/.bin`.

[#392]: #392
@@ -81,7 +81,7 @@
describe "#ember" do
it "is an executable child of #node_modules" do
app = build_app
ember_path = rails_root.join(app.name, "node_modules", ".bin", "ember")
ember_path = rails_root.join(app.name, "node_modules", "ember-cli", "bin", "ember")

Choose a reason for hiding this comment

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

Line is too long. [89/80]

@seanpdoyle seanpdoyle merged commit 266a533 into master Feb 2, 2016
@seanpdoyle seanpdoyle deleted the ember-executable-path branch February 2, 2016 16:55
@staylorwr
Copy link

👏 Thanks @seanpdoyle

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