You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: