Skip to content

Instantly share code, notes, and snippets.

@ryanlabouve
Created September 28, 2015 17:42
Show Gist options
  • Select an option

  • Save ryanlabouve/3e22010b8b08937a0169 to your computer and use it in GitHub Desktop.

Select an option

Save ryanlabouve/3e22010b8b08937a0169 to your computer and use it in GitHub Desktop.
[Talk] Refactoring UI from Multiple Ember Apps into a Shared Addon

When you have multiple Ember Apps living under the same brand, there are some inevitable duplications. We'll look at a few techniques about how to start refactoring these into a single addon to DRY up dependencies, assets, and components across multiple apps.

  • SASS Libraries (e.g. bootstrap)
  • Head Assets (e.g. fonts)
  • Common assets (e.g. images)
  • Common components (e.g. login screens)
@johnmosesman
Copy link

I like this one. We got a lot of value from the abstractions here.

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