I do a lot of WordPress development and due to the workflow at my work the site needs to be loaded on a remote server for marketing to do their thing.
I'd love to use something like BrowserSync and what I am wondering, is there any way to inject the local css into the remote website and have it reload on changes. I could create a development user and link to the local css when they are logged in.
This situation was mentioned in https://github.com/BrowserSync/grunt-browser-sync/issues/28, however the particular user case was solved via delay. I'm wondering about linking directly to local files or swapping the urls to point to local files as LiveReload is capable of.
I do a lot of WordPress development and due to the workflow at my work the site needs to be loaded on a remote server for marketing to do their thing.
I'd love to use something like BrowserSync and what I am wondering, is there any way to inject the local css into the remote website and have it reload on changes. I could create a development user and link to the local css when they are logged in.
This situation was mentioned in https://github.com/BrowserSync/grunt-browser-sync/issues/28, however the particular user case was solved via delay. I'm wondering about linking directly to local files or swapping the urls to point to local files as LiveReload is capable of.
Thanks,