Skip to content

Commit e4161fe

Browse files
committed
[build] 1.0.0-beta.4
1 parent 7b44131 commit e4161fe

File tree

7 files changed

+5989
-5930
lines changed

7 files changed

+5989
-5930
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ all: update
22
rm db.json
33
hexo generate
44
cp -R ./todomvc public/examples
5+
mkdir -p public/unit
56
cp -R ../vue/test/unit/lib/ public/unit/lib
67
cp ../vue/test/unit/runner.html public/unit/index.html
78
cp ../vue/test/unit/specs.js public/unit/specs.js
@@ -13,7 +14,7 @@ deploy: all
1314
update:
1415
cd ../vue && \
1516
git checkout -- dist && \
16-
git checkout master && \
17+
git checkout 1.0.0-beta && \
1718
grunt build && \
1819
webpack --config build/webpack.test.config.js > /dev/null
1920
cp ../vue/dist/vue.min.js themes/vue/source/js/vue.min.js

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ markdown:
9797
## Docs: http://zespia.tw/hexo/docs/deployment.html
9898
deploy:
9999
type: git
100-
repository: [email protected]:vuejs/vuejs.org.git
100+
repository: [email protected]:vuejs/rc.vuejs.org.git

source/CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
vuejs.org
1+
rc.vuejs.org

source/guide/installation.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
title: Installation
22
type: guide
33
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"
88
---
99

1010
> **Compatibility Note:** Vue.js does not support IE8 and below.

themes/vue/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google_analytics: UA-46852172-1
22
root_domain: vuejs.org
3-
vue_version: 0.12.16
3+
vue_version: 1.0.0-beta.4

0 commit comments

Comments
 (0)