File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,13 @@ deploy:
4
4
rm -f db.json
5
5
hexo generate
6
6
cp -R ./todomvc public/examples
7
- mkdir -p public/unit
8
- cp -R ../vue/test/unit/lib/ public/unit/lib
9
- cp ../vue/test/unit/index.html public/unit/index.html
10
- cp ../vue/test/unit/specs.js public/unit/specs.js
11
- cp ../vue/test/unit/specs.js.map public/unit/specs.js.map
12
7
hexo deploy
13
8
14
9
update :
15
10
cd ../vue && \
16
11
git checkout -- dist && \
17
- git checkout master && \
18
- npm run build && \
19
- npm run build-test > /dev/null
12
+ git checkout next && \
13
+ npm run build
20
14
cp ../vue/dist/vue.min.js themes/vue/source/js/vue.min.js
21
15
cp ../vue/dist/vue.js themes/vue/source/js/vue.js
22
16
node update.js
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ markdown:
97
97
# # Docs: http://zespia.tw/hexo/docs/deployment.html
98
98
deploy :
99
99
type : git
100
- repository :
[email protected] :vuejs/vuejs.org.git
100
+ repository :
[email protected] :vuejs/rc. vuejs.org.git
101
101
102
102
feed :
103
103
type : atom
Original file line number Diff line number Diff line change 1
- vuejs.org
1
+ rc. vuejs.org
You can’t perform that action at this time.
0 commit comments