Hi All,
I’ve use gulpfile.js on each of my projects/themes and one thing I noticed is that the URL/permalink is changed from http://localhost:3000/mysite to //localhost:3000/mysite. I notice the http: is being removed. I know it works fine but I still prefer to have the http: on it. Any suggestion on this? Should I change some code in my gulpfile.js file? or this is not a big deal?
Thank you!