Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何禁用 gitbook 的 livereload。我试过这个:
"plugins" : ["-livereload"]
但它不起作用。
有一个命令行参数--[no-]live指定是否开启实时重新加载(默认为 true)。您可以禁用实时重新加载:
--[no-]live
gitbook serve --no-live