From 5efc148c4a75ef41d9e2067997e7871748b13176 Mon Sep 17 00:00:00 2001 From: Neil Fraser Date: Sun, 15 Jan 2017 19:52:34 -0800 Subject: [PATCH] Reduce number of Closure files in App Engine upload. --- appengine/app.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/appengine/app.yaml b/appengine/app.yaml index 001c4e481..8938830f8 100644 --- a/appengine/app.yaml +++ b/appengine/app.yaml @@ -34,7 +34,7 @@ handlers: static_dir: static secure: always -# Closure library for uncompiled Blockly. +# Closure library for uncompressed Blockly. - url: /closure-library static_dir: closure-library secure: always @@ -80,3 +80,8 @@ skip_files: - ^static/i18n/.*$ - ^static/msg/json/.*$ - ^.+\.soy$ +- ^closure-library/.*_test.html$ +- ^closure-library/.*_test.js$ +- ^closure-library/closure/bin/.*$ +- ^closure-library/doc/.*$ +- ^closure-library/scripts/.*$