JavaScript for WordPress › Forums › Gutenberg Development › Mixed Content: The page was loaded over HTTP but requested an insecure styleshee › Reply To: Mixed Content: The page was loaded over HTTP but requested an insecure styleshee
January 21, 2018 at 5:08 pm
#38981
bobbingwide
Participant
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.