I am creating two ember applications that will have a lot of shared CSS/components/images between the two of them. I am using the latest version of Ember CLI for the two applications and I would like to create an Ember Addon with the Ember CLI to share all these resources.
What would be the best way to do this to share (1) styles, (2) js components, and (3) images. I have the basics working for the first two and I am struggling with how to share the images and have each application consume them and be able to use them.
Any help would be appreciated!
Thanks!