我看到我必须将liveReload插件设置为false,但不确定在何处设置它.在docpad.coffee中的某个地方是否有插件配置部分
在docpad项目的根文件夹中,编辑docpad.coffee文件(或docpad.js)
docpadConfig:
...
# enabled example for live configuration
plugins:
livereload:
enabled: true
# enabled example for different environments
environments:
development: # change the name here if you have other environments
plugins:
livereload:
enabled: true
staging: # change the name here if you have other environments
plugins:
livereload:
enabled: true
...
Run Code Online (Sandbox Code Playgroud)
有关配置文件的更多信息,请访问http://docpad.org/docs/config
| 归档时间: |
|
| 查看次数: |
518 次 |
| 最近记录: |