7
7
7rulnik2014-11-29 23:48:37
HTML
7rulnik, 2014-11-29 23:48:37

Why doesn't browserSync reload the page?

There is such a task. If there are changes in css - everything is OK, the page (css) is updated. But if I change something in html nothing happens.
How to be?

browserSync: {
  bsFiles: {
    src : ["_site/css/style.css", "_site/**/*.html"]
  },
  options: {
    watchTask: true,
    server: {
      baseDir: "_site"
    }
  }
},

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Sorokin, 2014-11-30
@serg199627

Download Brackets) Everything is already built in there

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question