Bump jekyll version to 3.8.5 - #565
Merged
Merged
Conversation
Contributor
Author
|
@pathawks done. I didn't even realize it was out, my bad |
sjparkinson
referenced
this pull request
in sjparkinson/uncomplicated.systems
May 25, 2018
Contributor
Author
|
Any word on this? |
kenman345
reviewed
Jun 19, 2018
| VERSIONS = { | ||
| # Jekyll | ||
| "jekyll" => "3.7.3", | ||
| "jekyll" => "3.8.2", |
Contributor
There was a problem hiding this comment.
Might as well bump to Jekyll 3.8.3... https://github.com/jekyll/jekyll/releases/tag/v3.8.3
Contributor
|
V3.8 of Jekyll brings a few changes that really help speed up build times. It would be great if we could get the latest and greatest on this gem so github pages users can experience those performance increases. |
Contributor
Author
|
@parkr is there something holding this up? What can I do to help move this along? |
Closed
Closed
|
Its |
Contributor
|
Duplicate of #596 |
Contributor
|
@parkr can we get this update pushed out before jekyll 4.0 comes out? Just think it will make the upgrade a little more smooth. |
Closed
Closed
Contributor
|
Hooray! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is to fix the issue of being unable to use include_relative inside of collections (jekyll issue 6816). This will also fix #555