Seravo/wordpress

Make BrowserSync address in gulpfile.js dynamic based on config.yml contents

ottok opened this issue · 1 comments

ottok commented

In the latest gulpfile.js we have hard-coded proxy: "https://wordpress.local". This is not ideal. It should automatically inherit the local development domain from config.yml (or other source).

ottok commented

In theory wp-development-up could update this file and this address on-the-fly, but it should then also add a comment to gulpfile.js so users don't wonder why their git starts to nag about uncommitted changes all of a sudden.