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

Unified 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 side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698