| Index: tracing/app.yaml
|
| diff --git a/tracing/app.yaml b/tracing/app.yaml
|
| index e2a265a3dee167865ec14c81013dd75aa9dc6cdf..40839ddfb07929136c584381bd8fff6fa50d8762 100644
|
| --- a/tracing/app.yaml
|
| +++ b/tracing/app.yaml
|
| @@ -37,6 +37,11 @@ handlers:
|
| upload: tracing/third_party/gl-matrix/dist/gl-matrix-min.js
|
| secure: always
|
|
|
| +- url: /mannwhitneyu.js
|
| + static_files: tracing/third_party/mannwhitneyu/mannwhitneyu.js
|
| + upload: tracing/third_party/mannwhitneyu/mannwhitneyu.js
|
| + secure: always
|
| +
|
| - url: /jszip.min.js
|
| static_files: tracing/third_party/jszip/jszip.min.js
|
| upload: tracing/third_party/jszip/jszip.min.js
|
|
|