| Index: dart/site/try/app.yaml
|
| diff --git a/dart/site/try/app.yaml b/dart/site/try/app.yaml
|
| index 0f8636c43e3eb9bc9925eb7c327e9a26f9b75e1e..4d6864d454b49e88da72d0d5f2cd728c2065560c 100644
|
| --- a/dart/site/try/app.yaml
|
| +++ b/dart/site/try/app.yaml
|
| @@ -6,7 +6,7 @@
|
| # https://developers.google.com/appengine/docs/python/config/appconfig
|
|
|
| application: try-dart-lang
|
| -version: 5
|
| +version: 5-sdk1-0
|
| runtime: python27
|
| api_version: 1
|
| threadsafe: yes
|
| @@ -29,9 +29,9 @@ handlers:
|
| upload: nossl.appcache
|
| secure: never
|
|
|
| -- url: /(.*\.(html|js|png|css|dart))
|
| +- url: /(.*\.(html|js|png|css|dart|json))
|
| static_files: \1
|
| - upload: (.*\.(html|js|png|css|dart))
|
| + upload: (.*\.(html|js|png|css|dart|json))
|
| secure: never
|
|
|
| - url: /css/fonts/
|
|
|