static files and incremental mode #1174
Unanswered
parmentelat
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hiya lads
A question out of curiosity
When using jupyter-book incrementally, it seems to me that the static files located in my
_static
folder won't get updated in the output_build/html/_static
folderis this a known caveat, or am I doing something wrong ?
Thanks for any clue
concrete steps
jupyter-book build .
_static/style.css
under vs-codejupyter-book build .
againat that point, I need to manually run
rsync -ai _static _build/html/_static
otherwise my changes won't trigger
Beta Was this translation helpful? Give feedback.
All reactions