File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
all : update deploy
2
2
3
3
deploy :
4
- rm db.json
5
- rm -f db.json
4
+ rm -f db.json
6
5
hexo generate
7
6
cp -R ./todomvc public/examples
8
7
mkdir -p public/unit
9
8
cp -R ../vue/test/unit/lib/ public/unit/lib
10
9
cp ../vue/test/unit/index.html public/unit/index.html
11
- cp ../vue/test/unit/specs.js public/unit/specs.js
12
- cp ../vue/test/unit/specs.js.map public/unit/specs.js.map
10
+ cp ../vue/test/unit/specs/index.js public/unit/specs.js
13
11
hexo deploy
14
12
15
13
update :
@@ -20,4 +18,4 @@ update:
20
18
npm run build-test > /dev/null
21
19
cp ../vue/dist/vue.min.js themes/vue/source/js/vue.min.js
22
20
cp ../vue/dist/vue.js themes/vue/source/js/vue.js
23
- node update.js
21
+ node update.js
Original file line number Diff line number Diff line change 3
3
"version" : " 0.12.4" ,
4
4
"private" : true ,
5
5
"hexo" : {
6
- "version" : " 3.1.1 "
6
+ "version" : " 3.2.0 "
7
7
},
8
8
"dependencies" : {
9
9
"hexo" : " ^3.1.1" ,
17
17
"hexo-renderer-stylus" : " ^0.2.0" ,
18
18
"hexo-server" : " ^0.1.2"
19
19
}
20
- }
20
+ }
You can’t perform that action at this time.
0 commit comments