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 fc97e4d commit 18d5564Copy full SHA for 18d5564
Makefile
@@ -6,7 +6,7 @@ deploy:
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/runner.html public/unit/index.html
+ 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
0 commit comments