Where/How is main-cb9cfe3715.css getting included?

I’ve done a bunch of Sage/Roots sites in the past and for some reason this is the first time I’m coming across this issue. After running gulp --production the directory dist/assets contains two files:

editor-style-afd711ff.css  
main-ffcdfa2f.css

I’m manually deploying to the server just with rsync, and this is an older version of Sage, but not that old (8.2.1).

How are these cache-busting files supposed to get referenced?

Thanks.

Mike

see dist/assets.json

and

respectively

1 Like

Yes I am (somewhat) familiar with those functions. It was the assets.json I had forgotten about. I’m not sure why, but for some reason on one either the compilation or deploys, it didn’t work. It’s an older site.

Thank you both!