| Index: appengine/swarming/elements/Makefile
|
| diff --git a/appengine/swarming/elements/Makefile b/appengine/swarming/elements/Makefile
|
| index 6a5dd41046bcd33d2ed974d460a131ccec9511e3..8ad7d1f4572628f70ec22281932f87b4dcaf4b9e 100644
|
| --- a/appengine/swarming/elements/Makefile
|
| +++ b/appengine/swarming/elements/Makefile
|
| @@ -16,6 +16,10 @@ run: default
|
| -wget -nc --output-document=./res/imp/tasklist/task-list-fleet-data-demo.json https://raw.githubusercontent.com/wiki/luci/luci-py/task-list-fleet-data-demo.json
|
| -wget -nc --output-document=./res/imp/tasklist/task-tags-demo.json https://raw.githubusercontent.com/wiki/luci/luci-py/task-tags-demo.json
|
|
|
| + -wget -nc --output-document=./res/imp/botpage/bot-demo.json https://raw.githubusercontent.com/wiki/luci/luci-py/bot-demo.json
|
| + -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
|
| +
|
| node_modules/.bin/http-server -p 9050
|
|
|
|
|
|
|