| Index: appengine/swarming/elements/Makefile
|
| diff --git a/appengine/swarming/elements/Makefile b/appengine/swarming/elements/Makefile
|
| index 1f6978d4162d0e074af84acd93c6afddc0fe9d3d..f05362663ff7256dad0bdd7ade9217b04936a408 100644
|
| --- a/appengine/swarming/elements/Makefile
|
| +++ b/appengine/swarming/elements/Makefile
|
| @@ -20,6 +20,11 @@ run: default
|
| -wget -nc --output-document=./res/imp/botpage/bot-events-demo.json https://raw.githubusercontent.com/wiki/luci/luci-py/bot-events-demo.json
|
| -wget -nc --output-document=./res/imp/botpage/bot-tasks-demo.json https://raw.githubusercontent.com/wiki/luci/luci-py/bot-tasks-demo.json
|
|
|
| + -wget -nc --output-document=./res/imp/taskpage/task-request-demo.json https://raw.githubusercontent.com/wiki/luci/luci-py/task-request-demo.json
|
| + -wget -nc --output-document=./res/imp/taskpage/task-result-demo.json https://raw.githubusercontent.com/wiki/luci/luci-py/task-result-demo.json
|
| + -wget -nc --output-document=./res/imp/taskpage/task-stdout-demo.json https://raw.githubusercontent.com/wiki/luci/luci-py/task-stdout-demo.json
|
| + -wget -nc --output-document=./res/imp/taskpage/milo-sample.html https://raw.githubusercontent.com/wiki/luci/luci-py/milo-sample.html
|
| +
|
| node_modules/.bin/http-server -p 9050
|
|
|
|
|
|
|