How can I successfully use browser-sync with wordpress locally?

admin

Administrator
Staff member
I'm trying to get <a href="https://github.com/shakyShane/browser-sync/" rel="nofollow">browser-sync</a> to work with my multipress wordpress install, for simpler mobile / responsive development.

Currently I'm having problems in that, my normal development takes place at
Code:
local.example.com
, and browser-sync is proxying this (via
Code:
123.456.78.9:3202
, as per browser sync).

So far browser-sync loads the site, but none of my scripts or CSS are loading (although images load fine). They jsut fail with no response in the network panel.

I'm using NGINX for hosting the site, as opposed to apache.

Does anyone have any wordpress browser-sync experience? Am I missing something with the browser-sync set up? And tips for this would be super welcome. I'd love to get this as a solid part of my work flow.