Issue details
The docs don't show how to watch multiple directories, and information out there via google searches is misleading.
Please update docs to explain how multiple locations should be supplied
Steps to reproduce/test case
This fails, even though it's recommended on various articles:
browser-sync start --serveStatic 'static' --files 'location1' 'another/location'
This succeeds:
browser-sync start --serveStatic 'static' --files 'location1,another/location'
Please specify which version of Browsersync, node and npm you're running
- Browsersync [2.26.7]
- Node [11.14.0]
- Npm [6.7.0]
Affected platforms
Only tested on windows
Browsersync use-case
If CLI, please paste the entire command below
See above
Issue details
The docs don't show how to watch multiple directories, and information out there via google searches is misleading.
Please update docs to explain how multiple locations should be supplied
Steps to reproduce/test case
This fails, even though it's recommended on various articles:
This succeeds:
Please specify which version of Browsersync, node and npm you're running
Affected platforms
Only tested on windows
Browsersync use-case
If CLI, please paste the entire command below
See above