Notes on using WP Gulp
BrowserSync while using a proxy When using browsersync with a proxy, as I’m likely to do since we’re using MAMP Pro most of the time, it’s important to make changes to the default settings in order to support a local SSL certificate. Go into the gulpfile.babel.js file and change the proxy line 88 to what…