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

Unified Diff: src/appengine/app.yaml

Issue 10788006: new site (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: final patch Created 8 years, 5 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 | « README ('k') | src/appengine/scripts/redirector.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/appengine/app.yaml
diff --git a/src/appengine/app.yaml b/src/appengine/app.yaml
index 671eaac2a11bf6356e868772c10553188e5849ac..e9c94b24ac8a4989c76ed73685a1bb7664b6172e 100644
--- a/src/appengine/app.yaml
+++ b/src/appengine/app.yaml
@@ -49,6 +49,9 @@ handlers:
- url: /docs/getting-started/sdk/.*
script: scripts.redirector.application
+- url: /resources/
+ script: scripts.redirector.application
+
- url: /(.*\.png)
static_files: static/\1
expiration: 1d
@@ -64,6 +67,11 @@ handlers:
expiration: 1d
upload: static/(.*\.jpg)
+- url: /(.*\.woff)
+ static_files: static/\1
+ expiration: 7d
+ upload: static/(.*\.woff)
+
- url: (.*)/
static_files: static\1/index.html
upload: static/index.html
« no previous file with comments | « README ('k') | src/appengine/scripts/redirector.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698