question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot start up server with livereload

See original GitHub issue

Description:

Using the latest versions of jekyll and jekyll-admin will not make jekyll’s webrick server start up with livereload.

Tell us a bit about yourself:

  • Version of JekyllAdmin I’m using: 0.8.0
  • Version of Jekyll I’m using: 3.7.3
  • Version of Ruby I’m using: 2.4.1
  • Version of NodeJS I’m using: 6.5.0
  • Operating System:
    • ProductName: Mac OS X
    • ProductVersion: 10.11.6
    • BuildVersion: 15G1611
  • Browser: Google Chrome 65.0.3325.181

Steps to reproduce:

  • Create a jekyll project.
    • jekyll new jekyll-non-runing-server-sample
  • Using jekyll-admin.
    • Add gem "jekyll-admin" to jekyll-plugin group block of Gemfile
  • Start server with livereload.
    • jekyll server -l

I expected the following:

The server will start up even using livereload.

But got the following, instead:

The server does not start up. So I cannot open my site in development.

Other details:

The start_up_webrick function of lib/jekyll/commands/serve.rb was changed by https://github.com/jekyll/jekyll/pull/5142.

The jekyll-admin is applying monkey patch against it. (https://github.com/jekyll/jekyll-admin/blob/master/lib/jekyll/commands/serve.rb)

I think that this problem is around here.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mertkahyaoglucommented, Jul 12, 2018

Yes, we can close this. I will release a version today for that patch

1reaction
kenchan0130commented, Apr 30, 2018

Of course it is possible to realize it in your proposal. However I think that it is very inconvenient.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to start LiveReload server - spring boot
In my case I'm running 2 Spring Boot applications simultaneously, which is exactly the reason for this warning. The LiveReload server is then ......
Read more >
[Bug]: Live Reload not working. · Issue #1601 · remix-run ...
This doesn't seem to work? i start up the server and when i make a change ... Live reload does not seem to...
Read more >
Start a local, live-reload web server with one command
Here's a quick tip on starting a local web server with one command! The server we'll use features live-reload, which means when you...
Read more >
Live Reload With Spring Boot Developer Tools
Open the application in the browser, make some Java code changes, recompile, and the browser will refresh automatically. ... Uninstall or disable any...
Read more >
Live Reload | Ionic Documentation
Capacitor does not yet have a programmatic build for development (track this issue ... The following all-in-one command will start a live-reload server...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found