If I build my files locally, I see my css folder and its contents are minimized under /build/static with a js folder and media folder next to it.
When push the changes to Heroku and bring up my app, the css folder is not there. Under my meta tags in the <head> I see a bunch of <style></style>'s. But in my <body> there's scripts that are minified.
When I go to the sources tab in dev tools, under my app, under static, all I see is a js folder and a media folder, unlike when I build locally.
My css files are with my components, under src folder if that matters.
Why is this happening and how do I fix it?