Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: src/appengine/app.yaml

Issue 10917023: add links to footer, too (Closed) Base URL: git@github.com:dart-lang/dartlang.org.git@master
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/site/_includes/footer.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/appengine/app.yaml
diff --git a/src/appengine/app.yaml b/src/appengine/app.yaml
index 60ae70e08beebd4c5d20a507f445f7afcb01f5d2..27a6a6dbf03b176862b99c87f4356d2666455e37 100644
--- a/src/appengine/app.yaml
+++ b/src/appengine/app.yaml
@@ -16,6 +16,13 @@ runtime: python27
api_version: 1
threadsafe: true
+pagespeed:
+ enabled_rewriters:
+ - InlineImages
+ - CollapseWhitespace
+ - RemoveComments
+ - InlineJs
+
#default_expiration: "1d"
handlers:
« no previous file with comments | « no previous file | src/site/_includes/footer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698