Skip to content

Commit 619a899

Browse files
authored
Merge pull request #9 from vuejs/2.0
2.0
2 parents d2bcf3f + 27fc472 commit 619a899

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+10248
-12304
lines changed

Makefile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,13 @@ deploy:
44
rm -f db.json
55
hexo generate
66
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
127
hexo deploy
138

149
update:
1510
cd ../vue && \
1611
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
2014
cp ../vue/dist/vue.min.js themes/vue/source/js/vue.min.js
2115
cp ../vue/dist/vue.js themes/vue/source/js/vue.js
2216
node update.js

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ markdown:
9797
## Docs: http://zespia.tw/hexo/docs/deployment.html
9898
deploy:
9999
type: git
100-
repository: git@github.com:vuejs/vuejs.org.git
100+
repository: git@github.com:vuejs/rc.vuejs.org.git
101101

102102
feed:
103103
type: atom

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.18",
44
"private": true,
55
"hexo": {
6-
"version": "3.2.0"
6+
"version": "3.2.2"
77
},
88
"dependencies": {
99
"hexo": "^3.2.0",
@@ -18,4 +18,4 @@
1818
"hexo-renderer-stylus": "^0.3.1",
1919
"hexo-server": "^0.2.0"
2020
}
21-
}
21+
}

src/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
vuejs.org
1+
rc.vuejs.org

0 commit comments

Comments
 (0)