Unable to watch multiple files from command line. Same as the now closed #426
Npm [ 3.6.0 ]
[x ] windows
[ ] API
This does not work:
browser-sync start --server --files "**/*.htm, **/*.js, **/*.css, **/*.html"
But this does:
browser-sync start --server --files "**/*.htm"
update to 2.12.1, then (separate strings)
browser-sync start --server --files "**/*.htm" "**/*.js" "**/*.css" "**/*.html"
Most helpful comment
update to 2.12.1, then (separate strings)