grunt-contrib-watch icon indicating copy to clipboard operation
grunt-contrib-watch copied to clipboard

grunt-contrib-watch with https localhost

Open ghost opened this issue 7 years ago • 2 comments

I've tried many options and many alterations of code to get the above to work.

Basically I am running a localhost website I'm developing with https but have been using grunt-contrib-watch until I moved to https it worked. Now it has an issue with livereload.js being loaded over https.

I've tried to load the file manually in my index.html but this fails as Chrome doesn't want to load non-secure files into the browser of a self signed secure cert.

ghost avatar Apr 18 '17 17:04 ghost

The HTTPS options are ignored https://github.com/gruntjs/grunt-contrib-watch/issues/394

friday avatar Apr 26 '17 02:04 friday

This is not a great start considering I wanted to work on Service Workers which require https

ghost avatar Apr 30 '17 19:04 ghost