fauno / jekyll-pandoc-multiple-formats

Use pandoc on jekyll to generate posts in multiple formats. Development has moved to https://0xacab.org/edsl/jekyll-pandoc-multiple-formats
https://endefensadelsl.org
Other
89 stars 28 forks source link

Incremental Build? #23

Open ickc opened 8 years ago

ickc commented 8 years ago

It seems that incremental build is not working for other file types, say, PDF? In the being of the build, all pdf are rendered again regardless if they have been rendered already (and hasn't changed). When a file is undated and watched, the HTML is generated but the PDF is not.

fauno commented 8 years ago

nope, sorry, it's something we'd like to add but haven't come to it yet. any ideas on how to implement it?

@y

fauno commented 7 years ago

i'd have to review jekyll's implementation of incremental builds but i'd do something like make: check dependencies modification times and if any is newer than target, then build it. though we'd have to check pandoc's flags for included files