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
I'm unable to apply multiple patterns from command line. I use the following command:
browser-sync start --proxy "localhost/web" --files "dist/styles/*.css, *.html"
and nothing happens when I change css or html files, but if I apply only one pattern (only css or only html) both of them works fine.
Any ideas?
The text was updated successfully, but these errors were encountered:
test(cli): Add failing for spec for files arg on command line, re: #425…
ae34a2c
…, re: #426
18324f0
npm install -g browser-sync@2.0.0-rc7
Thanks for reporting :)
Sorry, something went wrong.
No branches or pull requests
I'm unable to apply multiple patterns from command line. I use the following command:
browser-sync start --proxy "localhost/web" --files "dist/styles/*.css, *.html"
and nothing happens when I change css or html files, but if I apply only one pattern (only css or only html) both of them works fine.
Any ideas?
The text was updated successfully, but these errors were encountered: