-
Notifications
You must be signed in to change notification settings - Fork 480
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
Watch 'n' build #11
Comments
Would definitely be good to have. There's https://github.com/rened/Watcher.jl which sounds as though it does this kind of thing. There's also As well as rebuilding on changes to |
Yeah so that works pretty good:
Unfortunately/weirdly I'm getting some weird poll errors (though it works):
which I don't get if I do:
|
|
FWIW, using Revise for this is very smooth. You don't have to restart julia and when everything (Documenter and your package) is compiled already the docs usually build in no time. |
DocumenterTools would be more appropriate for this type of tooling I think, so closing in favor of JuliaDocs/DocumenterTools.jl#13. |
When writing documentation you usually want to see it rendered.
For example mkdocs watches the
docs_dir
for any changes, and rebuilds the site each time there is a change. We could watch thedocs/src
directory and rebuilddocs/build
upon changes (then mkdocs would see this...). Or build once or watch based on cli arg.Of course, this could be another package, it does sound like feature creep!
The text was updated successfully, but these errors were encountered: