File tree Expand file tree Collapse file tree 6 files changed +8885
-8729
lines changed Expand file tree Collapse file tree 6 files changed +8885
-8729
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ deploy:
7
7
hexo deploy
8
8
9
9
update :
10
- cd ../vue && \
10
+ cd ../vue-1.0 && \
11
11
git checkout -- dist && \
12
12
git checkout master && \
13
13
npm run build && \
14
14
npm run build-test > /dev/null
15
- cp ../vue/dist/vue.min.js themes/vue/source/js/vue.min.js
16
- cp ../vue/dist/vue.js themes/vue/source/js/vue.js
15
+ cp ../vue-1.0 /dist/vue.min.js themes/vue/source/js/vue.min.js
16
+ cp ../vue-1.0 /dist/vue.js themes/vue/source/js/vue.js
17
17
node update.js
Original file line number Diff line number Diff line change 2
2
title : Installation
3
3
type : guide
4
4
order : 0
5
- vue_version : 1.0.26
6
- dev_size : " 266.44 "
7
- min_size : " 75.01 "
8
- gz_size : " 26.03 "
5
+ vue_version : 1.0.27
6
+ dev_size : " 251.35 "
7
+ min_size : " 75.87 "
8
+ gz_size : " 26.23 "
9
9
---
10
10
11
11
### Compatibility Note
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 : 1.0.26
3
+ vue_version : 1.0.27
You can’t perform that action at this time.
0 commit comments