We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This add on uses afterInstall() to call insertIntoFile() to modify some files. Uninstalling this add on should reverse these changes.
As there is not a companion method to insertIntoFile() to remove entries from a file consider either adding one to Ember CLI or build something only into this add on (prefer the former over the latter). https://github.com/stefanpenner/ember-cli/blob/8c75ab70b71c6668e1c024a160fa425f344c6993/blueprints/route/index.js#L76 is precedence for such need.
The text was updated successfully, but these errors were encountered:
Merge pull request softlayer#1 from azizpunjani/issue156
aa4a74d
Changed API interface a little to accomodate for event firing
Will likely be addressed by #159
Sorry, something went wrong.
Is this of any inspiration? ember-cli/ember-cli#2748
No branches or pull requests
This add on uses afterInstall() to call insertIntoFile() to modify some files. Uninstalling this add on should reverse these changes.
As there is not a companion method to insertIntoFile() to remove entries from a file consider either adding one to Ember CLI or build something only into this add on (prefer the former over the latter). https://github.com/stefanpenner/ember-cli/blob/8c75ab70b71c6668e1c024a160fa425f344c6993/blueprints/route/index.js#L76 is precedence for such need.
The text was updated successfully, but these errors were encountered: