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

Side by Side Diff: web/README.md

Issue 1960443004: Add rpcexplorer to webapp hierarchy. (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-web
Patch Set: Created 4 years, 7 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 unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698