-
-
Notifications
You must be signed in to change notification settings - Fork 310
Change js/css file doesn't trigger browserSync to reload the page #585
Comments
Same here. Straight out of box. Exact same problem |
changing to |
Try adding |
It is thought that the cause of this bug is micromatch. browserSync are using micromatch. |
Any updates or workarounds for this? I've changed the globbing pattern to |
Till they solve the issue, check gebrits' suggestion. It works just fine. |
not working for me.. Inside |
Sorry guys, I was trying to find out why it doesn't reload, but haven't solved it yet… |
Same problem here except following gebrits suggestion and changing Has anyone found a different solution? |
We'll switch to using BrowserSync directly, like shakyShane advises. |
I changed all $> lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.3 LTS
Release: 14.04
Codename: trusty
$> node --version
v0.10.33 |
@rudenko-maksym |
Thanks @rudenko-maksym 👍 |
The fix is released in v1.1.0. |
Currently, the livereload property of
browserSync
looks like this:When I change and save
app/index.html
, browserSync works well and reload the page. However, when I change and saveapp/scripts/main.js
orapp/styles/main.css
. Thewatch:babel
orwatch:styles
tasks are triggered and the compiledjs
orcss
file are generated in.tmp
folder, but somehow the browser doesn't reload at all...The text was updated successfully, but these errors were encountered: