Skip to content

Commit e288e06

Browse files
committed
update makefile
1 parent 41d7835 commit e288e06

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

Makefile

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
1-
all: update
1+
all:
22
rm db.json
33
hexo generate
44
cp -R ./todomvc public/examples
5-
cp -R ../vue/test/unit/lib/ public/unit/lib
6-
cp ../vue/test/unit/runner.html public/unit/index.html
7-
cp ../vue/test/unit/specs.js public/unit/specs.js
8-
cp ../vue/test/unit/specs.js.map public/unit/specs.js.map
9-
10-
deploy: all
115
hexo deploy
12-
13-
update:
14-
cd ../vue && \
15-
git checkout -- dist && \
16-
git checkout 0.12.16 && \
17-
grunt build && \
18-
webpack --config build/webpack.test.config.js > /dev/null
19-
cp ../vue/dist/vue.min.js themes/vue/source/js/vue.min.js
20-
cp ../vue/dist/vue.js themes/vue/source/js/vue.js
21-
node update.js

0 commit comments

Comments
 (0)