Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Side by Side Diff: appengine/swarming/elements/README.md

Issue 2174903002: Add stub pages and oauth-blessed request to /newui (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: more docs Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This contains all the Polymer 1.X elements used in swarming. 1 This contains all the Polymer 1.X elements used in swarming.
2
3 To clean and build the pages for deploying, run
4
5 make vulcanize
6
7 This combines all of the elements needed to display the page into several "singl e-page" apps, like
8 the bot-list.
9 These are checked into version control so that they may be easily redeployed w/o having to rebuild
stephana 2016/07/24 21:17:06 IMO, checking the combined apps into source contro
kjlubick 2016/07/25 12:45:43 I would also prefer what you suggested. M-A has r
stephana 2016/07/25 13:26:32 Acknowledged.
10 the pages if there were no changes.
11
12
13 To incrementally re-build for local testing, run
14
15 make quick_vulcanize
16
17
2 To access the demo pages on localhost:8080, run 18 To access the demo pages on localhost:8080, run
3 19
4
5 make && make run 20 make && make run
6 21
7 22
8 You will need to install node.js, npm, and bower, for example: 23 You will need to install node.js, npm, and bower, for example:
9 24
10 sudo apt-get install npm nodejs-legacy 25 sudo apt-get install npm nodejs-legacy
11 sudo npm install -g bower 26 sudo npm install -g bower
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698