Check the endpoint.ex file under the rumbl_web directory.
In the plug function you should have css inside the only field. Similar to this:
plug(
Plug.Static,
at: "/",
from: :rumbl,
gzip: false,
only: ~w(css fonts images img js favicon.ico robots.txt)
)






















