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
Cannot terminate browser-sync when started as background job.
browser-sync
Is started as foreground job there is no problem.
$ browser-sync start --server --files "*.html,*.css" & [1] 1777 [Browsersync] Access URLs: ------------------------------------- Local: http://localhost:3000 External: http://192.168.2.20:3000 ------------------------------------- UI: http://localhost:3001 UI External: http://localhost:3001 ------------------------------------- [Browsersync] Serving files from: ./ [Browsersync] Watching files... $ jobs [1]+ Running browser-sync start --server --files "*.html,*.css" & $ fg 1 browser-sync start --server --files "*.html,*.css"
Ctrl-C is not working. Nor other keys.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue details
Cannot terminate
browser-sync
when started as background job.Is started as foreground job there is no problem.
Steps to reproduce/test case
Ctrl-C is not working. Nor other keys.
Please specify which version of Browsersync, node and npm you're running
Affected platforms
The text was updated successfully, but these errors were encountered: