Skip to content

Commit 7a854de

Browse files
committed
0.12.0
1 parent 41d7dfc commit 7a854de

File tree

5 files changed

+6997
-6367
lines changed

5 files changed

+6997
-6367
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
all: update
22
hexo generate
3-
cp -R ../vue/test/unit public
43
cp -R ./todomvc public/examples
54

65
deploy: all
76
hexo deploy
87

98
update:
10-
cd ../vue && git checkout master && grunt build && grunt build-test
9+
cd ../vue && git checkout master && grunt build
1110
cp ../vue/dist/vue.min.js themes/vue/source/js/vue.min.js
1211
cp ../vue/dist/vue.js themes/vue/source/js/vue.js
13-
node update.js
12+
node update.js

source/guide/installation.md

Lines changed: 4 additions & 4 deletions
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.11.10
5-
dev_size: 194.12
6-
min_size: 59.72
7-
gz_size: 19.53
4+
vue_version: 0.12.0
5+
dev_size: 209.76
6+
min_size: 64.47
7+
gz_size: 20.99
88
---
99

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

themes/vue/_config.yml

Lines changed: 1 addition & 1 deletion
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.11.10
3+
vue_version: 0.12.0

0 commit comments

Comments
 (0)