简体   繁体   English

如何禁用gitbook的livereload

[英]How to disable livereload of gitbook

I want to know how to disable livereload of gitbook. 我想知道如何禁用gitbook的livereload。 I tried this: 我试过这个:

"plugins" : ["-livereload"]

but it doesn't work. 但它不起作用。

There is a command line parameter --[no-]live that specifies whether live reloading is on(Default is true). 有一个命令行参数--[no-]live指定实时重新加载是否打开(默认为true)。 You can disable live reload by put this: 您可以通过以下方式禁用实时重新加载:

gitbook serve --no-live

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM