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

Unified Diff: appengine/swarming/elements/README.md

Issue 2408743002: Move elements/ to ui/ (Closed)
Patch Set: rebase again Created 4 years, 2 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
« no previous file with comments | « appengine/swarming/elements/Makefile ('k') | appengine/swarming/elements/bower.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/elements/README.md
diff --git a/appengine/swarming/elements/README.md b/appengine/swarming/elements/README.md
deleted file mode 100644
index 1ca487e22146908e5cfb9c7e4aeb91286d710a36..0000000000000000000000000000000000000000
--- a/appengine/swarming/elements/README.md
+++ /dev/null
@@ -1,47 +0,0 @@
-This contains all the Polymer 1.X elements used in swarming.
-
-To clean and build the pages for deploying, run
-
- npm install # Need to only run once to set up dev dependencies.
- 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 the pages if there were no changes.
-
-
-To do a full clean rebuild, run
-
- make clean_vulcanize
-
-
-To vulcanize and run appengine locally, run
-
- make local_deploy
-
-
-To run appengine locally without vulcanizing (preferred debugging mode), run
-
- make debug_local_deploy
-
-
-To access the demo pages on localhost:9050, run
-
- make run
-
-
-Prerequisites
-=============
-
-You will need to install node.js, npm, and bower, for example:
-
- sudo apt-get install npm nodejs-legacy
- sudo npm install -g bower
-
-
-If you don't want to install npm globally, try
-
- echo prefix = ~/foo/bar >> ~/.npmrc
- curl https://www.npmjs.org/install.sh | sh
- ~/foo/bar/npm install -g bower
« no previous file with comments | « appengine/swarming/elements/Makefile ('k') | appengine/swarming/elements/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698