node.js - command line browser-sync detects changes, doesn't refresh page -
i'm running browser-sync (2.7.1) on mac (10.10.3). i'm running command line:
browser-sync start --proxy="192.168.3.49:8080" --files="public/css/main.css" and i'm making changes css file, , bs detects changes:
[bs] watching files... [bs] reloading browsers... [bs] file changed: public/css/main.css [bs] file changed: public/css/main.css [bs] file changed: public/css/main.css but browsers aren't being updated.
this working fine couple days ago, had updated npm modules, xcode, don't remember breaking it, reinstalled it.
i'm not sure how troubleshoot this. can help?
i had prefixfree.js included, rewrites css , prevents bs working.
Comments
Post a Comment