| 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
|
|
|