Skip to content

Instantly share code, notes, and snippets.

@MelSumner
Last active February 26, 2018 18:49
Show Gist options
  • Save MelSumner/812b52876b106c5c2327bcbcc4c12732 to your computer and use it in GitHub Desktop.
Save MelSumner/812b52876b106c5c2327bcbcc4c12732 to your computer and use it in GitHub Desktop.

context

  • internal UI addon (hosted on something like an internal npm/artifactory)
  • to use- create ember app, add file to package.json, run npm install.
  • next run ember generate my-addon to run a custom blueprint that does some other stuff
  • it would be okay to set the theme once per app, but it would also be awesome if we could make it so the end user could select a theme from a settings menu (too ambitious?)

options for theming

  • use ember-theme-changer addon?
  • add the option to the blueprint that they have to already run anyway?

Any opinions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment