How to use a dependency asset in my 1.7 project

Hi all,

I have updated a project from 1.6 to 1.7.

I have a local dependency in the project: {:mydep, path: "../mydep"}.
That dependency has some assets I want to use in my project, and it’s updated to Phoenix 1.7 as well.

Let’s say mydep/priv/static/something.css

What is the right way to use a something.css from mydep inside my project layout template?

Thank you

You might have some luck adding another Plug.Static plug to the endpoint.