We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If chromes debugger stops for a break point and I resume the execution the browser reloads the page.
gulp.task('browser-sync', ['nodemon'], function() { browserSync.init(null, { proxy: "http://localhost:3100", browser: false, port: 7000, reloadOnRestart: false }); });
The text was updated successfully, but these errors were encountered:
Hi Michael, possibly a duplicate of #1591 ?
Sorry, something went wrong.
@janmattfeld Hi! Yes, I think so! Thanks!
No branches or pull requests
Issue details
If chromes debugger stops for a break point and I resume the execution the browser reloads the page.
Steps to reproduce/test case
Please specify which version of Browsersync, node and npm you're running
Affected platforms
Browsersync use-case
for all other use-cases, (gulp, grunt etc), please show us exactly how you're using Browsersync
The text was updated successfully, but these errors were encountered: