Skip to content

Instantly share code, notes, and snippets.

@jayjayjpg
Last active June 13, 2018 09:43
Show Gist options
  • Save jayjayjpg/a89327dad0a4722e53c3edd2db2d7d89 to your computer and use it in GitHub Desktop.
Save jayjayjpg/a89327dad0a4722e53c3edd2db2d7d89 to your computer and use it in GitHub Desktop.
Ember CLI related Readers' Questions (Ember.js Times)
  • a) Addons have difficulty finding their ancestors and parent apps. I know this is not anything that is planning on being fixed in the near future (though I may be wrong) but I have seen multiple different approaches to this problem, including the use of the private _findHost() method, and would like to know which is the correct way to tackle this problem, or if there are several different approaches, which one to use when.
  • b) Why does ember install <foo> add to one's "devDependencies" and not "dependencies"?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment