 Chromium Code Reviews
 Chromium Code Reviews 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
    
  
    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| Index: appengine/swarming/elements/README.md | 
| diff --git a/appengine/swarming/elements/README.md b/appengine/swarming/elements/README.md | 
| index 4fa0ad6c8b60ca9caacdb9359302d417b3e91323..06cfb8a4477196fdb93dcba7987e02825c66f0a9 100644 | 
| --- a/appengine/swarming/elements/README.md | 
| +++ b/appengine/swarming/elements/README.md | 
| @@ -1,7 +1,22 @@ | 
| This contains all the Polymer 1.X elements used in swarming. | 
| + | 
| +To clean and build the pages for deploying, run | 
| + | 
| + make vulcanize | 
| + | 
| +This combines all of the elements needed to display the page into several "single-page" apps, like | 
| +the bot-list. | 
| +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.
 | 
| +the pages if there were no changes. | 
| + | 
| + | 
| +To incrementally re-build for local testing, run | 
| + | 
| + make quick_vulcanize | 
| + | 
| + | 
| To access the demo pages on localhost:8080, run | 
| - | 
| make && make run | 
| @@ -9,3 +24,4 @@ You will need to install node.js, npm, and bower, for example: | 
| sudo apt-get install npm nodejs-legacy | 
| sudo npm install -g bower | 
| + |