webdevsuperfast / bootstrap-for-genesis

An awesome Genesis Framework child theme using Bootstrap 4
58 stars 26 forks source link

BrowserSync Hanging #16

Closed jmester13 closed 5 years ago

jmester13 commented 5 years ago

Hello,

I'm excited to use this theme but am struggling with BrowserSync. It keeps hanging with 2-4 buffered events... I haven't changed anything I'm just trying to run this right out of the box, following the install instructions.

Additionally how would you change the localhost port from 3000 to 8888? I'm on MacOS Mojave, using VS Code and Chrome.

I have tried this,

function browserSyncServe(done) { browserSync.init({ injectChanges: true, proxy: 'http://localhost:8888/wordpress/' }) done(); }

But that doesn't work.

Thanks

felix-berlin commented 5 years ago

I'm still working with the version where WPGulp is included. Works fine for me. Maybe you try this. https://github.com/webdevsuperfast/bootstrap-for-genesis/tree/ab89546ebbea4e7977f3979ee892fbedd530cb15

webdevsuperfast commented 5 years ago

@jmester13 what's your local development environment setup? I'm on MacOS Mojave also and using Laravel Valet. You can check Browser Sync documentation on how to configure the port number. Currently, I'm debugging an issue with CSS not being compiled. You can try the suggestion from @felix-berlin for now.

webdevsuperfast commented 5 years ago

@jmester13 Issue with CSS not compiling is fixed. With regards to changing Browser Sync port number please refer to their documentation here. Will close this for now, feel free to open an issue anytime :).