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

Erroneous command line example #53

Open
jraoult opened this issue Oct 21, 2016 · 1 comment
Open

Erroneous command line example #53

jraoult opened this issue Oct 21, 2016 · 1 comment

Comments

@jraoult
Copy link

jraoult commented Oct 21, 2016

I'm pretty sure the example from https://browsersync.io/docs/command-line $ browser-sync start -s 'app' '.tmp' -f 'app' '.tmp' doesn't work but should be $ browser-sync start -s 'app' -s '.tmp' -f 'app' '.tmp'

@jesusalc
Copy link

jesusalc commented Feb 19, 2017

Rephrasing:
I'm pretty sure the example from https://browsersync.io/docs/command-line

$ browser-sync start -s 'app'     '.tmp' -f 'app' '.tmp' 

doesn't work but should be

$ browser-sync start -s 'app' -s '.tmp' -f 'app' '.tmp'

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

No branches or pull requests

2 participants