Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 This contains all the Polymer 1.X elements used in swarming. | 1 This contains all the Polymer 1.X elements used in swarming. |
| 2 | |
| 3 To clean and build the pages for deploying, run | |
| 4 | |
| 5 make vulcanize | |
| 6 | |
| 7 This combines all of the elements needed to display the page into several "singl e-page" apps, like | |
| 8 the bot-list. | |
| 9 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.
| |
| 10 the pages if there were no changes. | |
| 11 | |
| 12 | |
| 13 To incrementally re-build for local testing, run | |
| 14 | |
| 15 make quick_vulcanize | |
| 16 | |
| 17 | |
| 2 To access the demo pages on localhost:8080, run | 18 To access the demo pages on localhost:8080, run |
| 3 | 19 |
| 4 | |
| 5 make && make run | 20 make && make run |
| 6 | 21 |
| 7 | 22 |
| 8 You will need to install node.js, npm, and bower, for example: | 23 You will need to install node.js, npm, and bower, for example: |
| 9 | 24 |
| 10 sudo apt-get install npm nodejs-legacy | 25 sudo apt-get install npm nodejs-legacy |
| 11 sudo npm install -g bower | 26 sudo npm install -g bower |
| 27 | |
| OLD | NEW |