Seravo / wordpress

The WordPress project layout used by many of Seravo's customers, suitable also for local development with Vagrant and git deployment
https://seravo.com
GNU General Public License v3.0
102 stars 54 forks source link

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

Closed ottok closed 3 years ago

ottok commented 4 years ago

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 3 years ago

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.