| OLD | NEW |
| 1 # Copyright 2016 The LUCI Authors. All rights reserved. | 1 # Copyright 2016 The LUCI Authors. All rights reserved. |
| 2 # Use of this source code is governed by the Apache v2.0 license that can be | 2 # Use of this source code is governed by the Apache v2.0 license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # Set up the local directory to run the demo pages. | 5 # Set up the local directory to run the demo pages. |
| 6 | 6 |
| 7 default: | 7 default: |
| 8 bower install | 8 bower install |
| 9 | 9 |
| 10 # Run a local HTTP server for the demo pages. | 10 # Run a local HTTP server for the demo pages. |
| 11 .PHONY: run | 11 .PHONY: run |
| 12 run: default | 12 run: default |
| 13 -wget -nc --output-document=./res/imp/botlist/bot-list-demo.json https:/
/raw.githubusercontent.com/wiki/luci/luci-py/bot-list-demo.json | 13 -wget -nc --output-document=./res/imp/botlist/bot-list-demo.json https:/
/raw.githubusercontent.com/wiki/luci/luci-py/bot-list-demo.json |
| 14 -wget -nc --output-document=./res/imp/botlist/bot-list-fleet-data-demo.j
son https://raw.githubusercontent.com/wiki/luci/luci-py/bot-list-fleet-data-demo
.json | 14 -wget -nc --output-document=./res/imp/botlist/bot-list-fleet-data-demo.j
son https://raw.githubusercontent.com/wiki/luci/luci-py/bot-list-fleet-data-demo
.json |
| 15 -wget -nc --output-document=./res/imp/tasklist/task-list-demo.json https
://raw.githubusercontent.com/wiki/luci/luci-py/task-list-demo.json | 15 -wget -nc --output-document=./res/imp/tasklist/task-list-demo.json https
://raw.githubusercontent.com/wiki/luci/luci-py/task-list-demo.json |
| 16 -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-d
emo.json | 16 -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-d
emo.json |
| 17 -wget -nc --output-document=./res/imp/tasklist/task-tags-demo.json https
://raw.githubusercontent.com/wiki/luci/luci-py/task-tags-demo.json | 17 -wget -nc --output-document=./res/imp/tasklist/task-tags-demo.json https
://raw.githubusercontent.com/wiki/luci/luci-py/task-tags-demo.json |
| 18 | 18 |
| 19 -wget -nc --output-document=./res/imp/botpage/bot-demo.json https://raw.
githubusercontent.com/wiki/luci/luci-py/bot-demo.json | 19 -wget -nc --output-document=./res/imp/botpage/bot-demo.json https://raw.
githubusercontent.com/wiki/luci/luci-py/bot-demo.json |
| 20 -wget -nc --output-document=./res/imp/botpage/bot-events-demo.json https
://raw.githubusercontent.com/wiki/luci/luci-py/bot-events-demo.json | 20 -wget -nc --output-document=./res/imp/botpage/bot-events-demo.json https
://raw.githubusercontent.com/wiki/luci/luci-py/bot-events-demo.json |
| 21 -wget -nc --output-document=./res/imp/botpage/bot-tasks-demo.json https:
//raw.githubusercontent.com/wiki/luci/luci-py/bot-tasks-demo.json | 21 -wget -nc --output-document=./res/imp/botpage/bot-tasks-demo.json https:
//raw.githubusercontent.com/wiki/luci/luci-py/bot-tasks-demo.json |
| 22 | 22 |
| 23 -wget -nc --output-document=./res/imp/taskpage/task-request-demo.json ht
tps://raw.githubusercontent.com/wiki/luci/luci-py/task-request-demo.json | 23 -wget -nc --output-document=./res/imp/taskpage/task-request-demo.json ht
tps://raw.githubusercontent.com/wiki/luci/luci-py/task-request-demo.json |
| 24 -wget -nc --output-document=./res/imp/taskpage/task-result-demo.json htt
ps://raw.githubusercontent.com/wiki/luci/luci-py/task-result-demo.json | 24 -wget -nc --output-document=./res/imp/taskpage/task-result-demo.json htt
ps://raw.githubusercontent.com/wiki/luci/luci-py/task-result-demo.json |
| 25 -wget -nc --output-document=./res/imp/taskpage/task-stdout-demo.json htt
ps://raw.githubusercontent.com/wiki/luci/luci-py/task-stdout-demo.json | 25 -wget -nc --output-document=./res/imp/taskpage/task-stdout-demo.json htt
ps://raw.githubusercontent.com/wiki/luci/luci-py/task-stdout-demo.json |
| 26 -wget -nc --output-document=./res/imp/taskpage/milo-sample.html https://
raw.githubusercontent.com/wiki/luci/luci-py/milo-sample.html | 26 -wget -nc --output-document=./res/imp/taskpage/milo-sample.html https://
raw.githubusercontent.com/wiki/luci/luci-py/milo-sample.html |
| 27 -wget -nc --output-document=./res/imp/taskpage/new-task-demo.json https:
//raw.githubusercontent.com/wiki/luci/luci-py/new-task-demo.json |
| 27 | 28 |
| 28 node_modules/.bin/http-server -p 9050 | 29 node_modules/.bin/http-server -p 9050 |
| 29 | 30 |
| 30 | 31 |
| 31 .PHONY: vulcanize | 32 .PHONY: vulcanize |
| 32 vulcanize: default | 33 vulcanize: default |
| 33 rm -rf ./build/* | 34 rm -rf ./build/* |
| 34 mkdir ./build/js | 35 mkdir ./build/js |
| 35 ./node_modules/.bin/vulcanize --inline-css --inline-scripts --strip-comm
ents --abspath=./ elements.html | ./node_modules/.bin/html-minifier -o ./build/e
lements.html --minify-css --minify-js --remove-comments --collapse-whitespace --
conservative-collapse | 36 ./node_modules/.bin/vulcanize --inline-css --inline-scripts --strip-comm
ents --abspath=./ elements.html | ./node_modules/.bin/html-minifier -o ./build/e
lements.html --minify-css --minify-js --remove-comments --collapse-whitespace --
conservative-collapse |
| 36 cat ./res/imp/bower_components/webcomponentsjs/webcomponents-lite.min.js
./node_modules/skia-common-js/common.js ./res/js/common.js ./res/js/alias.js |
./node_modules/.bin/uglifyjs -o ./build/js/js.js | 37 cat ./res/imp/bower_components/webcomponentsjs/webcomponents-lite.min.js
./node_modules/skia-common-js/common.js ./res/js/common.js ./res/js/alias.js |
./node_modules/.bin/uglifyjs -o ./build/js/js.js |
| (...skipping 14 matching lines...) Expand all Loading... |
| 51 deploy: vulcanize | 52 deploy: vulcanize |
| 52 ../tools/gae upl -A chromium-swarm | 53 ../tools/gae upl -A chromium-swarm |
| 53 | 54 |
| 54 .PHONY: local_deploy | 55 .PHONY: local_deploy |
| 55 local_deploy: vulcanize | 56 local_deploy: vulcanize |
| 56 ../tools/start_servers.py | 57 ../tools/start_servers.py |
| 57 | 58 |
| 58 .PHONY: debug_local_deploy | 59 .PHONY: debug_local_deploy |
| 59 debug_local_deploy: debug_build | 60 debug_local_deploy: debug_build |
| 60 ../tools/start_servers.py | 61 ../tools/start_servers.py |
| OLD | NEW |