browsersync can only detect one HTML file at a time?
娴@.@微梦
娴@.@微梦 2018-04-25 18:27:46
0
1
1526

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?

娴@.@微梦
娴@.@微梦

reply all(1)
legend

// 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"

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!