| 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.
|
|
|