ember-inline-svg
ember-inline-svg copied to clipboard
Feature Request: Co-locate SVGs within pods
I'd like to be able to store the SVGs for a component within the component pod itself, much like ember-css-modules
enabled for CSS files. Is this something you'd be interested in supporting? I'd be willing to take a look at implementing it, if I knew it was something you might accept if done well.
👍 I've been meaning to investigate this myself but haven't had the bandwidth recently.
Sweet. No promises on timing, but once I have some downtime, it's something I'd like explore. We're trying to move to a place where everything a component needs is within it's folder... We have a fair amount of churn when it comes to components getting created/removed so keeping everything together makes removing it all so much easier.