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 f1ddae7 commit d2bceb4Copy full SHA for d2bceb4
Makefile
@@ -4,11 +4,6 @@ deploy:
4
rm -f db.json
5
hexo generate
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
hexo deploy
13
14
update:
0 commit comments