Skip to content

Documentation for multiple directories #1708

Closed
@dakom

Description

@dakom

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

  • API
  • Gulp
  • Grunt
  • CLI

If CLI, please paste the entire command below

See above

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions