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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: appengine/config_service/ui/Makefile
diff --git a/appengine/config_service/ui/Makefile b/appengine/config_service/ui/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..32ac8a848f035cb9122b5d9b5493f44a14e4969d
--- /dev/null
+++ b/appengine/config_service/ui/Makefile
@@ -0,0 +1,10 @@
+default:
Sergey Berezin 2017/06/07 22:27:02 In most files that allow that, we add a license he
+ bower install
+
+.PHONY: run
+run: default
+ polymer serve
+
+.PHONY: clean
+clean:
+ rm -rf bower_components

Powered by Google App Engine
This is Rietveld 408576698