We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
there appears to be a recent issue on OS X that watcher fails to load file after it has been modified.
to reproduce
notebooks
(require '[nextjournal.clerk :as clerk]) (clerk/serve! {:watch-paths ["notebooks"]})
http://localhost:7777
(clerk/show! "notebooks/hello.clj")
hello.clj
PR to follow.
The text was updated successfully, but these errors were encountered:
Fixed with 8ad8863.
Sorry, something went wrong.
No branches or pull requests
Hi,
there appears to be a recent issue on OS X that watcher fails to load file after it has been modified.
to reproduce
notebooks
folderhttp://localhost:7777
. and back at the REPL dohello.clj
should be shown at the browser.hello.clj
file and save it.PR to follow.
The text was updated successfully, but these errors were encountered: