Issue details
using the cli with two (or more) paths in the --files option, only the first path appears to be watched
Steps to reproduce/test case
$ browser-sync start --files "index.html, app.css" --server
(only responds / watches changes to index.html)
$ browser-sync start --files "app.css, index.html" --server
(only responds / watches changes to app.css)
Please specify which version of Browsersync, node and npm you're running
- Browsersync [2.11.1 ]
- Node [ 5.6.0 ]
- Npm [ 3.6.0 ]
Affected platforms
Browsersync use-case
If CLI, please paste the entire command below
{browser-sync start --files "index.html, app.css" --server}
for all other use-cases, (gulp, grunt etc), please show us exactly how you're using Browsersync
{Browsersync init code here}
Issue details
using the cli with two (or more) paths in the --files option, only the first path appears to be watched
Steps to reproduce/test case
$ browser-sync start --files "index.html, app.css" --server(only responds / watches changes to index.html)
$ browser-sync start --files "app.css, index.html" --server(only responds / watches changes to app.css)
Please specify which version of Browsersync, node and npm you're running
Affected platforms
Browsersync use-case
If CLI, please paste the entire command below
{browser-sync start --files "index.html, app.css" --server}
for all other use-cases, (gulp, grunt etc), please show us exactly how you're using Browsersync
{Browsersync init code here}