-
Notifications
You must be signed in to change notification settings - Fork 7
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
Auto-regeneration does not work on Ubuntu 18.04 WSL 2 - version #315
Comments
Since
AFAICS, the if-clause only outputs warnings but doesn't change anything. Also, changing the source code of a gem will require rebuilding the Gemfile.lock and is generally non-trivial to automate. Maybe instead, you could add documentation to the README? |
Indeed, the (no-op) warnings are gone in the newest release: https://github.com/jekyll/jekyll/pull/8821/files |
I thought that too when I looked at the lines but somehow there actually was a difference. Maybe I just have to retest. |
Of course, there was something odd when I originally tested. Are there any objections to do that? If not, I can make a PR. |
If |
Problem
Running
make serve
under Ubuntu 18.04 with WSL 2 (did not test for WSL 1) will break auto-regeneration:Proposed solution
This works for me: jekyll/jekyll#5462 (comment) (change one line in
vendor\bundle\ruby\2.5.0\gems\jekyll-4.2.2\lib\jekyll\commands\build.rb
)But I don't know if that will break something for other (non-WSL) versions.
The text was updated successfully, but these errors were encountered: