Skip to content
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

Incremental build if destination file missing #3614

Merged

Commits on Mar 22, 2015

  1. Incrementally regenerate missing destination file

    Addresses the third point of jekyll#3591, in which the incremental regenerator doesn't notice that destination files have gone missing.
    nickburlett committed Mar 22, 2015
    Copy the full SHA
    706007e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2015

  1. Clean up regeneration missing-destination checks

    Use easier-to-follow checks for missing-destinations in the regenerator.
    nickburlett committed Mar 25, 2015
    Copy the full SHA
    8f4194e View commit details
    Browse the repository at this point in the history
  2. Clean up destination modified check

    Clean up the destination modified check in `source_modified_or_dest_missing?` to be easier to read. Note that it can now return `nil` instead of `false` for an unmodified `source_path` and a `nil` `dest_path`, but in a discussion on 706007e we decided that was okay.
    nickburlett committed Mar 25, 2015
    Copy the full SHA
    1f81570 View commit details
    Browse the repository at this point in the history