browsersync can only detect one HTML file at a time?
娴@.@微梦2018-04-25 18:27:46
0
1
1500
browsersync can only detect one HTML file at a time? When there are multiple HTML files in the folder, it will only prefer the first one created? ? ? What I see when I run it temporarily is like this~ Can anyone help me with the answer?
// If your file hierarchy is relatively deep, you may consider using ** (indicating any directory) to match any .css or .html file in any directory.
browser-sync start --server --files "**/*.css, **/*.html"