We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d7835 commit e288e06Copy full SHA for e288e06
Makefile
@@ -1,21 +1,5 @@
1
-all: update
+all:
2
rm db.json
3
hexo generate
4
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
11
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