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

Unified Diff: Tools/GardeningServer/app.yaml

Issue 350563002: Port first garden-o-matic component over to polymer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add files Created 6 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
« no previous file with comments | « Tools/GardeningServer/README ('k') | Tools/GardeningServer/bower.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/app.yaml
diff --git a/Tools/GardeningServer/app.yaml b/Tools/GardeningServer/app.yaml
index dab2b628109ed8e2c1144a6c3b6841be982fbcfd..943edb9512f5d25e8e9b990f9c1d9622786d5a2e 100644
--- a/Tools/GardeningServer/app.yaml
+++ b/Tools/GardeningServer/app.yaml
@@ -21,3 +21,11 @@ handlers:
- url: /styles
static_dir: styles
+
+- url: /ui
+ static_dir: ui
+
+# FIXME: Write a script to do the appcfg update so that we can error out
+# if there is no bower_components, or, even better just run "bower update".
+- url: /bower_components
+ static_dir: bower_components
« no previous file with comments | « Tools/GardeningServer/README ('k') | Tools/GardeningServer/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698