Changing url from localhost to custom virtualhost
asso1985 opened this issue · 1 comments
asso1985 commented
I'm trying to understand where can I change the url of the project from localhost to another host
alduro commented
Hi, sorry for the delay in answering.
Once the project is generated you can change BrowserSync options within gulpfile.js. Check BS docs http://www.browsersync.io/docs/options/#option-host
Hope this helps.