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

Unified Diff: appengine/swarming/elements/polymer05/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/polymer05/.gitignore ('k') | appengine/swarming/elements/polymer05/bower.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/elements/polymer05/README.md
diff --git a/appengine/swarming/elements/polymer05/README.md b/appengine/swarming/elements/polymer05/README.md
deleted file mode 100644
index ed06df2db9b1012e8f4f99b86ac0879ffa11c4d0..0000000000000000000000000000000000000000
--- a/appengine/swarming/elements/polymer05/README.md
+++ /dev/null
@@ -1,33 +0,0 @@
-Develop Polymer Web Components
-==============================
-
-Components should be built into files before deploy to production. Currently
-there are two files needed in production: stats-app-build.html and
-stats-overview-build.html. To generate them see the 'Build' section.
-
-
-Setup
------
-
- 1. From http://nodejs.org/download/, download the relevant nodejs.
- 2. Add path/to/node/bin to your PATH.
- 3. Run the following.
-
- $ npm install -g bower
- $ bower install
- $ npm install -g vulcanize
-
-
-Build
------
-
- $ vulcanize --inline --csp -o stats-app-build.html stats-app.html
- $ vulcanize --inline --csp -o stats-overview-build.html stats-overview.html
-
-
-Using non-vulcanized files
---------------------------
-
-To develop locally, install Polymer and change the import statement in root.html
-and stats.html from stats-app-build.html to stats-app.html, and from
-stats-overview-build.html to stats-overview.html.
« no previous file with comments | « appengine/swarming/elements/polymer05/.gitignore ('k') | appengine/swarming/elements/polymer05/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698