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

Unified Diff: app.yaml

Issue 12045029: Add CQ Top Score dashboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-status
Patch Set: Add "Top scores" link to all CQ pags Created 7 years, 11 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 | « no previous file | commit_queue.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app.yaml
diff --git a/app.yaml b/app.yaml
index 75970d698f8b5c58ff7a4b3682df87e8848e0bcc..ee384559581ef20f13641eb01c77dfbda692fde8 100644
--- a/app.yaml
+++ b/app.yaml
@@ -9,9 +9,9 @@ inbound_services:
- xmpp_message
handlers:
-- url: /(.*\.(html|js))
+- url: /(.*\.(html|js|txt|ttf))
static_files: static/\1
- upload: static/(.*\.(html|js))
+ upload: static/(.*\.(html|js|txt|ttf))
# main will look for a replacement in blobstore, if not, will redirect to
# static/
« no previous file with comments | « no previous file | commit_queue.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698