How does browsersync monitor multiple html files?
Alicevia
Alicevia 2018-07-02 18:49:14
0
1
1000


I’ve been working on it for a long time, please give me some advice

Alicevia
Alicevia

reply all(1)
legend

// --files path is relative to the project (directory) where the command is run
browser-sync start --server --files "css/*.css, *.html"

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