aboutsummaryrefslogtreecommitdiff
path: root/app.yaml
diff options
context:
space:
mode:
authorFrancesc Campoy <campoy@golang.org>2014-02-26 17:18:46 -0800
committerFrancesc Campoy <campoy@golang.org>2014-02-26 17:18:46 -0800
commitd127543acd5abdf30d6da311bc6f8bb28691d5e4 (patch)
tree16e08ce22feb9c3e777ace2015b60a8735595137 /app.yaml
parent6c35f3eb226d146cf611bf6552798cb3c406eb0b (diff)
downloadgolang-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.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.yaml b/app.yaml
index 30fa3c0..9bd181e 100644
--- a/app.yaml
+++ b/app.yaml
@@ -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