-
Notifications
You must be signed in to change notification settings - Fork 33
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
Do not watch .jekyll-cache #71
Comments
I think it would be better to add the value of |
This will become a problem with v4, no? |
@parkr yup. |
This issue has been automatically marked as stale because it has not been commented on for at least two months. The resources of the Jekyll team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial. This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions. |
Just saw this issue and wanted to share, I'm using this in a plugin to patch it in. v4 but might not matter, "it works on my machine"
|
Current Jekyll
master
has a new caching system that stores files in a.jekyll-cache
folderLog for a single modification
Regenerating: 1 file(s) changed at 2018-10-03 18:15:14 _drafts/2017-06-22-guide-jeune-intermittent.mdFilename | Count | Bytes | Time
-------------------------------------------------------------------------------------+-------+---------+------
sitemap.xml | 1 | 4.17K | 0.870
feed.xml | 1 | 166.45K | 0.832
_layouts/redirect.html | 1 | 0.56K | 0.000
_posts/2018-05-21-non-les-design-systems-ne-remplacent-pas-les-designers.md/#excerpt | 1 | 0.47K | 0.000
Filename | Count | Bytes | Time
-------------------------------------------------------------------------------------+-------+---------+------
sitemap.xml | 1 | 4.17K | 1.008
feed.xml | 1 | 166.45K | 0.583
_posts/2018-05-21-non-les-design-systems-ne-remplacent-pas-les-designers.md/#excerpt | 1 | 0.47K | 0.000
_layouts/redirect.html | 1 | 0.56K | 0.000
Filename | Count | Bytes | Time
-------------------------------------------------------------------------------------+-------+---------+------
sitemap.xml | 1 | 4.17K | 0.950
feed.xml | 1 | 166.45K | 0.660
_posts/2018-05-21-non-les-design-systems-ne-remplacent-pas-les-designers.md/#excerpt | 1 | 0.47K | 0.000
_layouts/redirect.html | 1 | 0.56K | 0.000
Filename | Count | Bytes | Time
-------------------------------------------------------------------------------------+-------+---------+------
sitemap.xml | 1 | 4.17K | 0.917
feed.xml | 1 | 166.45K | 0.619
_posts/2018-05-21-non-les-design-systems-ne-remplacent-pas-les-designers.md/#excerpt | 1 | 0.47K | 0.000
_layouts/redirect.html | 1 | 0.56K | 0.000
Filename | Count | Bytes | Time
-------------------------------------------------------------------------------------+-------+---------+------
sitemap.xml | 1 | 4.17K | 0.908
feed.xml | 1 | 166.45K | 0.661
_layouts/redirect.html | 1 | 0.56K | 0.001
_posts/2018-05-21-non-les-design-systems-ne-remplacent-pas-les-designers.md/#excerpt | 1 | 0.47K | 0.000
Filename | Count | Bytes | Time
-------------------------------------------------------------------------------------+-------+---------+------
sitemap.xml | 1 | 4.17K | 0.915
feed.xml | 1 | 166.45K | 0.624
_posts/2018-05-21-non-les-design-systems-ne-remplacent-pas-les-designers.md/#excerpt | 1 | 0.47K | 0.000
_layouts/redirect.html | 1 | 0.56K | 0.000
Filename | Count | Bytes | Time
-------------------------------------------------------------------------------------+-------+---------+------
sitemap.xml | 1 | 4.17K | 0.984
feed.xml | 1 | 166.45K | 0.840
_posts/2018-05-21-non-les-design-systems-ne-remplacent-pas-les-designers.md/#excerpt | 1 | 0.47K | 0.001
_layouts/redirect.html | 1 | 0.56K | 0.000
Filename | Count | Bytes | Time
-------------------------------------------------------------------------------------+-------+---------+------
sitemap.xml | 1 | 4.17K | 0.947
feed.xml | 1 | 166.45K | 0.842
_posts/2018-05-21-non-les-design-systems-ne-remplacent-pas-les-designers.md/#excerpt | 1 | 0.47K | 0.000
_layouts/redirect.html | 1 | 0.56K | 0.000
Filename | Count | Bytes | Time
-------------------------------------------------------------------------------------+-------+---------+------
sitemap.xml | 1 | 4.17K | 0.951
feed.xml | 1 | 166.45K | 0.673
_posts/2018-05-21-non-les-design-systems-ne-remplacent-pas-les-designers.md/#excerpt | 1 | 0.47K | 0.000
_layouts/redirect.html | 1 | 0.56K | 0.000
Filename | Count | Bytes | Time
-------------------------------------------------------------------------------------+-------+---------+------
sitemap.xml | 1 | 4.17K | 0.929
feed.xml | 1 | 166.45K | 0.611
_posts/2018-05-21-non-les-design-systems-ne-remplacent-pas-les-designers.md/#excerpt | 1 | 0.47K | 0.001
_layouts/redirect.html | 1 | 0.56K | 0.000
Filename | Count | Bytes | Time
-------------------------------------------------------------------------------------+-------+---------+------
sitemap.xml | 1 | 4.17K | 0.943
feed.xml | 1 | 166.45K | 0.714
_posts/2018-05-21-non-les-design-systems-ne-remplacent-pas-les-designers.md/#excerpt | 1 | 0.47K | 0.000
_layouts/redirect.html | 1 | 0.56K | 0.000
Filename | Count | Bytes | Time
-------------------------------------------------------------------------------------+-------+---------+------
sitemap.xml | 1 | 4.17K | 0.945
feed.xml | 1 | 166.45K | 0.665
_posts/2018-05-21-non-les-design-systems-ne-remplacent-pas-les-designers.md/#excerpt | 1 | 0.47K | 0.000
_layouts/redirect.html | 1 | 0.56K | 0.000
Workaround
Add
.jekyll-cache
to excluded files in config.The text was updated successfully, but these errors were encountered: