You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting. I have never used mdbook serve.
Another suggestion for mdbook-theme1 is:
Once you're satisfied with the theme settings like layout or font-size, comment the whole [preprocessor.theme] table and keep the theme/ dir. Otherwise files under theme/ will be always appended evey time mdbook builds.
Footnotes
[preprocessor.theme] is used to generate theme/ dir before mdbook builds, and [output.theme-ace] is used to replace css in book/ dir after mdbook builds. ↩
Step
localhost will appear 404, and when try to change something it will keep rebuild again and again infinitely.
My workaround is remove or comment out these lines in
book.toml
.then run
mdbook serve
again and things working fine.Not sure what I miss.
Thanks
The text was updated successfully, but these errors were encountered: