| OLD | NEW |
| 1 # server/static/ | 1 # server/static/ |
| 2 | 2 |
| 3 Common html/css/js files shared by all apps live here. | 3 Common html/css/js files shared by all apps live here. |
| 4 Most of the contents is managed by bower. | 4 Most of the contents is managed by bower. |
| 5 | 5 |
| 6 upload/ is the directory that should be uploaded to a server. | 6 upload/ is the directory that should be uploaded to a server. |
| 7 It contains symlinks to cherry-picked files. | 7 It contains symlinks to cherry-picked files. |
| 8 | 8 |
| 9 ## Install Bower | 9 ## Install Bower |
| 10 | 10 |
| 11 1. Install node & npm: https://nodejs.org/en/ | 11 1. Install node & npm: https://nodejs.org/en/ |
| 12 1. npm install -g bower | 12 1. Run `make setup` to install Gulp, Bower, and dependencies. |
| OLD | NEW |