U
U
uRoot2018-03-25 21:23:27
css
uRoot, 2018-03-25 21:23:27

Why doesn't browsersync update files in a folder?

Hello. The project structure is as follows:

  • index.html
  • css
  • js
  • img

In the project folder (in the project root is index.html), I launched browsersync with the command:
browser-sync start --server --files "*.*"

But for some reason, when editing the style.css file, which is located in the css folder, the page view is not updated. Why? How to make it update?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sleepyKitty, 2018-03-25
@uroot

Try "**/*" instead of "*.*"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question