I’m quite new to distributing libraries for Elixir, so perhaps the answer is obvious, but somehow I can’t find any resources on distributing assets. I am writing a LiveView component library that I want to distribute on GitHub and Hex. I have some custom CSS that I think would be convenient if this was automatically installed alongside the library code - perhaps even automatically copied and or compiled to /priv
.
Any pointers are welcome.