Hi Zac, I didn’t make it clear what I needed to change.
1. To make the CSS work for http and https I removed the scheme
2a. To recreate the files in assets/css I needed to get the latest version of the repo, with changes to the output paths in webpack.config.js
2b. And in webpack.config.js I changed watch: to false to allow npm run build
to complete.