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

Side by Side Diff: appengine/config_service/ui/Makefile

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Deleted bower_components, added gitignore, bowerrc, and Makefile Created 3 years, 6 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
(Empty)
1 default:
Sergey Berezin 2017/06/07 22:27:02 In most files that allow that, we add a license he
2 bower install
3
4 .PHONY: run
5 run: default
6 polymer serve
7
8 .PHONY: clean
9 clean:
10 rm -rf bower_components
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698