Our team used the gulp-angular generator with yeoman to scaffold out our web app. It uses browsersync to handle live reloads, which we want. However, we just deployed to our
Faced same problem, you can simply set ghost mode to false in init options.
browserSync.instance = browserSync.init({ startPath: '/', ghostMode: false, server: server, browser: browser });
no need to change in default.config.js :)