devlocker / breakfast

Brunch.io with Rails
MIT License
96 stars 11 forks source link

No Bottom bar or livereload on macOS #24

Open 34code opened 7 years ago

34code commented 7 years ago

I'm not seeing a bottom bar or livereloading work by default. I can get livereloading working separately by using the livereload app in the mac app store..

however, I'm not seeing the bar at the bottom that I see in the documentation, on my mac..

PatKoperwas commented 7 years ago

Hmm. Can you check and paste two things for me:

  1. Version of Breakfast (cat Gemfile.lock | grep breakfast)
  2. Version of breakfast-rails npm package (cat package.json | grep breakfast)

And are there are errors in the developer console in Chrome / Safari / Firefox ?

34code commented 7 years ago

breakfast (0.6.2) "breakfast-rails": "^0.6.2"

Will double check on the developer console logs asap

34code commented 7 years ago

don't see any relevant errors in console logs..