Skip to content
New issue

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

Fails with miltiple comma-separated globs #425

Closed
ferhtgoldaraz opened this issue Feb 5, 2015 · 1 comment · May be fixed by tobybellwood/govstrap#4
Closed

Fails with miltiple comma-separated globs #425

ferhtgoldaraz opened this issue Feb 5, 2015 · 1 comment · May be fixed by tobybellwood/govstrap#4
Labels

Comments

@ferhtgoldaraz
Copy link

browser-sync start --proxy "somevirtualhost:8070" --files '**/.php, **/*.css, **/*.js'

Fails to watch files. It seems no files are resoved, so it succeeds watching no file. Also, I was forced to create the vitualhost, url-path after port number was being ignored.

This worked:

browser-sync start --proxy "somevirtualhost:8070" --files '**/*.@(js|php|css)'

Any other try with the comma separation failed. Tried without commas, failed too.

@ferhtgoldaraz ferhtgoldaraz changed the title Fails to watch multiple files Fails with miltiple comma-separated globs Feb 5, 2015
@shakyShane shakyShane added the bug label Feb 5, 2015
@shakyShane
Copy link
Contributor

npm install -g browser-sync@2.0.0-rc7

Thanks for reporting :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants