8000 update makefile · biteknight/vuejs.org@cb87d3c · GitHub
[go: up one dir, main page]

Skip to content

Commit cb87d3c

Browse files
committed
update makefile
1 parent dc29b04 commit cb87d3c

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

Makefile

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
all: update
1+
all:
2+
rm db.json
23
hexo generate
3-
cp -R ../vue/test/unit public
44
cp -R ./todomvc public/examples
5-
6-
deploy: all
7-
hexo deploy
8-
9-
update:
10-
cd ../vue && git checkout master && grunt build && grunt build-test
11-
cp ../vue/dist/vue.min.js themes/vue/source/js/vue.min.js
12-
cp ../vue/dist/vue.js themes/vue/source/js/vue.js
13-
node update.js
5+
hexo deploy

0 commit comments

Comments
 (0)
0