| Index: dashboard/app.yaml
|
| diff --git a/dashboard/app.yaml b/dashboard/app.yaml
|
| index a4661055bc10d5736047e0d9443cea658ce1ce8d..bd723a3503e0d43530623a665c87a8fd9a87f834 100644
|
| --- a/dashboard/app.yaml
|
| +++ b/dashboard/app.yaml
|
| @@ -55,6 +55,11 @@ handlers:
|
| upload: dashboard/elements/.*\.html$
|
| secure: always
|
|
|
| +- url: /dashboard/pinpoint/elements/(.*\.html)$
|
| + static_files: dashboard/pinpoint/elements/\1
|
| + upload: dashboard/pinpoint/elements/.*\.html$
|
| + secure: always
|
| +
|
| - url: /components/(.*)/(.*\.(html|js|css))$
|
| static_files: polymer/components/\1/\2
|
| upload: polymer/components/.*/.*\.(html|js|css)$
|
|
|