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

Nmccann/watch files #138

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 18, 2022

  1. Added support for --watch command

    Added support for watching files for changes, then regenerating the
    site. Unfortunately unable to get this working with the existing "ENTER
    to exit" functionality, but could do so with "CTRL+C".
    nmccann committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    e622923 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    6f22274 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Restored Linux Compatibility

    FileWatcher dependency is now conditionally included based on the
    supported platform. The --watch parameter is essentially ignored on
    unsupported parameters.
    nmccann committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    2fd77fb View commit details
    Browse the repository at this point in the history
  2. Used a platform agnostic copy of NSEC_PER_SEC

    NSEC_PER_SEC is not available on Linux. Explicitly importing the
    Dispatch library (in which it is defined) does not work.
    nmccann committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    7f7e05a View commit details
    Browse the repository at this point in the history