File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 2
2
title : インストール
3
3
type : guide
4
4
order : 1
5
- vue_version : 2.0.0-rc.6
6
- dev_size : " 184 "
7
- min_size : " 64"
8
- gz_size : " 22 "
9
- ro_gz_size : " 16"
5
+ vue_version : 2.0.5
6
+ dev_size : " 194.65 "
7
+ min_size : " 64.28 "
8
+ gz_size : " 23.55 "
9
+ ro_gz_size : " 16.39 "
10
10
---
11
11
12
12
### 互換性の注意
Original file line number Diff line number Diff line change 1
1
var fs = require ( 'fs' )
2
2
var version = require ( '../vue/package.json' ) . version
3
3
var themeconfPath = 'themes/vue/_config.yml'
4
- var installPath = 'src/guide/installation.md'
4
+ var installPath = 'src/v2/ guide/installation.md'
5
5
var themeconfig = fs . readFileSync ( themeconfPath , 'utf-8' )
6
6
var installation = fs . readFileSync ( installPath , 'utf-8' )
7
7
@@ -13,7 +13,8 @@ fs.writeFileSync(
13
13
var sizes = {
14
14
dev : 'vue.js' ,
15
15
min : 'vue.min.js' ,
16
- gz : 'vue.min.js.gz'
16
+ gz : 'vue.min.js.gz' ,
17
+ ro_gz : 'vue.common.min.js.gz'
17
18
}
18
19
19
20
for ( var file in sizes ) {
You can’t perform that action at this time.
0 commit comments