In #106, gulp-connect was swapped out for browser-sync in order to serve CORS headers. I removed connect.reload() from most of the Gulp tasks, and now file watching probably needs to be fixed.
Gulp tasks should be updated to allow watching for changes while serving the client website locally. Look into BrowserSync's API to get the implementation right.
In #106,
gulp-connect
was swapped out forbrowser-sync
in order to serve CORS headers. I removedconnect.reload()
from most of the Gulp tasks, and now file watching probably needs to be fixed.Gulp tasks should be updated to allow watching for changes while serving the client website locally. Look into BrowserSync's API to get the implementation right.