Cannot start up server with livereload
See original GitHub issueDescription:
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 ofGemfile
- Add
- 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:
- Created 5 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, we can close this. I will release a version today for that patch
Of course it is possible to realize it in your proposal. However I think that it is very inconvenient.