Skip to content

Instantly share code, notes, and snippets.

@ohcibi
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ohcibi/23a19ad2d6cabf7342ac to your computer and use it in GitHub Desktop.
Save ohcibi/23a19ad2d6cabf7342ac to your computer and use it in GitHub Desktop.
Thoughts on upgrading ember-cli addons' ember-cli

!!!WARNING!!! THIS IS TOTAL WIP. NOBODY KNOWS IF THIS IS GOOD. NOBODY KNOWS IF THIS IS BAD. DONT READ THIS, IF YOU ARE SEARCHING FOR HELP IN ANY KIND!!!

  1. Change version of ember-cli in package.json to the version to upgrade,
  2. npm install
  3. ember generate addon <name-of-your-addon>
  4. Overwrite all files (assuming the addon is in SCM)
  5. Merge in/discard changes from overwriting the files with help of SCM
  6. Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment