File tree 7 files changed +5989
-5930
lines changed
7 files changed +5989
-5930
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ all: update
2
2
rm db.json
3
3
hexo generate
4
4
cp -R ./todomvc public/examples
5
+ mkdir -p public/unit
5
6
cp -R ../vue/test/unit/lib/ public/unit/lib
6
7
cp ../vue/test/unit/runner.html public/unit/index.html
7
8
cp ../vue/test/unit/specs.js public/unit/specs.js
@@ -13,7 +14,7 @@ deploy: all
13
14
update :
14
15
cd ../vue && \
15
16
git checkout -- dist && \
16
- git checkout master && \
17
+ git checkout 1.0.0-beta && \
17
18
grunt build && \
18
19
webpack --config build/webpack.test.config.js > /dev/null
19
20
cp ../vue/dist/vue.min.js themes/vue/source/js/vue.min.js
Original file line number Diff line number Diff line change @@ -97,4 +97,4 @@ markdown:
97
97
# # Docs: http://zespia.tw/hexo/docs/deployment.html
98
98
deploy :
99
99
type : git
100
- repository :
[email protected] :vuejs/vuejs.org.git
100
+ repository :
[email protected] :vuejs/rc. vuejs.org.git
Original file line number Diff line number Diff line change 1
- vuejs.org
1
+ rc. vuejs.org
Original file line number Diff line number Diff line change 1
1
title: Installation
2
2
type: guide
3
3
order: 1
4
- vue_version: 0.12.16
5
- dev_size: "235.74 "
6
- min_size: "71.44 "
7
- gz_size: "23.22 "
4
+ vue_version: 1.0.0-beta.4
5
+ dev_size: "237.54 "
6
+ min_size: "71.68 "
7
+ gz_size: "23.55 "
8
8
---
9
9
10
10
> ** Compatibility Note:** Vue.js does not support IE8 and below.
Original file line number Diff line number Diff line change 1
1
google_analytics : UA-46852172-1
2
2
root_domain : vuejs.org
3
- vue_version : 0.12.16
3
+ vue_version : 1.0.0-beta.4
You can’t perform that action at this time.
0 commit comments