-
Notifications
You must be signed in to change notification settings - Fork 781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jekyll serve --livereload
breaks with "undefined method `<<' for #<Http::NativeParser"
#108
Comments
Working on fixing this! Sorry about the late reply. |
@maiamcc I am having no luck with this issue. I previously used Gulp and Browsersync to do the live reloading but I've since removed that. Unfortunately, your problem persists. I will keep looking but wanted to give an update. |
Thanks for looking into it, much appreciated! |
Livereload doesn't break anymore. Check the pull request. |
Hm I just pulled the latest |
Well that's interesting. I'll take a look tomorrow! I have been quite busy so thanks for checking this out @maiamcc and thanks again for your pr @iambozdar |
Neat theme! Had some trouble getting it working on my site. Here's the issue as replicated in this repo, with no changes except adding
webrick
so Jekyll can actually serve1. (I tried to get up and running with gulp like the readme recommends, but I ran into the same issue as #104 so I then started trying to serve directly with Jekyll commands.)Software versions
Repro steps
bundle install
bundle add webrick
bundle exec jekyll serve --livereload
I can open the site at localhost:4000 fine, but when I try to navigate to another page of the site,
jekyll serve
breaks with the following:I've got no idea what's going on here, and
livereload
(or equivalent) is pretty crucial to my workflow. Thoughts?Footnotes
as per the Jekyll quickstart guide, you need to install
webrick
forjekyll serve
to work with Ruby 3+ ↩The text was updated successfully, but these errors were encountered: