-
Notifications
You must be signed in to change notification settings - Fork 28
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
skip already built files #17
Comments
same as #23 |
+1 for this enhancement! We are using the plugin to generate outputs for over 600 documents in a collection. It's a godsend, but each build takes nearly an hour at this point. Like your idea to check |
oooh what collection is that?
…--
D
|
We are using Jekyll's Collections feature to publish an anthology of poems from the Buddhist Canon. |
sounds great! i'd like to see the site up too :) this feature is on my priorities for next versions of the plugin, but i'm not finding the time to actually do it. i'm swamped at work and other projects! |
I know how that goes 🙄 Thanks for all the great work! We have a beta site up and running. Testing it with a group of students this fall. |
i'm wondering what would the best approach to make this plugin skip already built files (edsl.org post list is growing!). first it should skip building if the destfile (ie a pdf) is older than the corresponding post, no? but what about included files and templates? if i make a change to the template or header (edsl.org uses latex with
--include-in-header=
,--include-before-body=
and even--bibliography
) all posts should be rebuilt, but if none is touched the destfile is assumed to be the same.should
_config.yml
have a list of files that should be older than the source file to check for? any ideas? :)The text was updated successfully, but these errors were encountered: