diff options
| author | Francesc Campoy <campoy@golang.org> | 2014-02-26 17:18:46 -0800 |
|---|---|---|
| committer | Francesc Campoy <campoy@golang.org> | 2014-02-26 17:18:46 -0800 |
| commit | d127543acd5abdf30d6da311bc6f8bb28691d5e4 (patch) | |
| tree | 16e08ce22feb9c3e777ace2015b60a8735595137 /app.yaml | |
| parent | 6c35f3eb226d146cf611bf6552798cb3c406eb0b (diff) | |
| download | golang-id-tour-d127543acd5abdf30d6da311bc6f8bb28691d5e4.tar.xz | |
go-tour: serve all javascript in a concatenated file
Load time went down to 539ms from 1.90s!
LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/68920046
Diffstat (limited to 'app.yaml')
| -rw-r--r-- | app.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ handlers: static_dir: talks - url: /static/ static_dir: static + application_readable: true - url: /(.*|list|lesson/.*|compile|fmt|script\.js) script: _go_app |
