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 20, 2018 at 12:43 pm
#38901
bobbingwide
Participant
I believe I’ve resolved the second part.
1. The css files were being written to the wrong directory ( in the plugins/css folder )
2. npm run build was being run with watch: true. I changed it to false.
The UV_THREADPOOL_SIZE=nn setting was a red herring.