You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2019/11/18 18:41:58 UTC

[incubator-echarts-website] 01/02: fix README

This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-website.git

commit 91ff476bc152db18e72b76134cccba1c7de433dc
Author: SHUANG SU <su...@gmail.com>
AuthorDate: Tue Nov 19 02:40:52 2019 +0800

    fix README
---
 README.md | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 033f011..d5c633e 100644
--- a/README.md
+++ b/README.md
@@ -65,23 +65,26 @@ ${ECHARTS_BASE}/echarts-www/builder/pre/removeDEV.js # remove __DEV__
 ```shell
 code ${ECHARTS_BASE}/echarts-www/js/download.js
 # Add the new release to the download list manually.
+code ${ECHARTS_BASE}/echarts-www/gulpfile.js
+# Set the `downloadVersion` to the newest version.
 ```
 
 
 ### If `echarts-examples` needs to be updated
 
-**If any of the thumbnails need to be updated**
-```shell
-cd ${ECHARTS_BASE}/echarts-examples/tool
-node build-example.js
-```
-
 **If the built-in echarts needs to be updated**
 ```shell
 cd ${ECHARTS_BASE}/echarts-examples
 sh update-echarts.sh --only-copy-dist
 ```
 
+**If any of the thumbnails need to be updated**
+```shell
+# Edit `BASE_PATH` in `build-example.js` firstly.
+cd ${ECHARTS_BASE}/echarts-examples/tool
+node build-example.js
+```
+
 
 ### If `incubator-echarts-website` needs to be built and published
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org