Chromium Code Reviews| 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. npm install -g bower |
|
Vadim Sh.
2016/06/13 19:56:40
what about gulp?
dnj (Google)
2016/06/13 20:51:09
Changed to running "make setup", which will instal
| |
| OLD | NEW |