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

Do not require global bower or ember commands. #12

Merged
merged 3 commits into from
Apr 5, 2015

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Apr 4, 2015

This PR removes the need for global ember and bower commands.

  • ember is looked up via a normal resolve from the consuming projects directory.
  • bower is resolved relative to ember's path. This ensures that we are using the embedded version of Bower from Ember CLI (instead of requiring global bower).

Fixes #11.

kategengler added a commit that referenced this pull request Apr 5, 2015
Do not require global `bower` or `ember` commands.
@kategengler kategengler merged commit f439fc4 into ember-cli:master Apr 5, 2015
luxzeitlos pushed a commit to luxzeitlos/ember-try that referenced this pull request Sep 27, 2017
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.

Fails when Bower is not globally installed.
2 participants