You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/03/31 07:28:52 UTC

[17/50] [abbrv] incubator-weex git commit: * [html5] auto dist README.md

* [html5] auto dist README.md


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/dd19c962
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/dd19c962
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/dd19c962

Branch: refs/heads/0.12-dev
Commit: dd19c9621fa49a58fb35391b8ce6d48b4c1a514e
Parents: cd390b1
Author: MrRaindrop <te...@gmail.com>
Authored: Thu Mar 23 20:20:33 2017 +0800
Committer: MrRaindrop <te...@gmail.com>
Committed: Thu Mar 23 20:20:33 2017 +0800

----------------------------------------------------------------------
 bin/dist-vue.sh | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/dd19c962/bin/dist-vue.sh
----------------------------------------------------------------------
diff --git a/bin/dist-vue.sh b/bin/dist-vue.sh
index 5cda2b3..5884f8e 100644
--- a/bin/dist-vue.sh
+++ b/bin/dist-vue.sh
@@ -20,6 +20,10 @@ cp -fR ${browser_dir} ${dist_dir}/render/
 cp -fR ${vue_dir} ${dist_dir}/render/
 cp -fR ${shared_dir} ${dist_dir}/
 
+echo " => cp READEME.md to dist path..."
+
+cp -f ${vue_dir}/README.md ${base_dir}/
+
 echo " => writing version number into weex-vue-render's package.json..."
 
 # get version of weex-html5 from subversion of main package.json.