I am creating two ember applications that will have many common CSS / components / images between the two of them. I am using the latest version of the Ember CLI for two applications, and I would like to create an Ember Addon with an Ember CLI to share all of these resources.
What would be the best way to do this to share styles (1), (2) js components and (3) images. I have the basics that work for the first two, and I'm struggling with how to share images, and each application consumes them and can use them.
Any help would be appreciated!
Thank!
Primm source
share