Set new Melange version number to 2-1-20141112 in app.yaml.template
Change-Id: I1bf23d776864842a8b8da1c2bbdac15e56810d6b
diff --git a/app/app.yaml.template b/app/app.yaml.template
index d7e8cad..7645955 100644
--- a/app/app.yaml.template
+++ b/app/app.yaml.template
@@ -15,7 +15,7 @@
# TODO(proto): uncomment and supply a Google App Engine application instance
# application: FIXME
# TODO(release): see the instructions in README about the "version:" field
-version: 2-1-20141111
+version: 2-1-20141112
runtime: python27
api_version: 1
threadsafe: false
@@ -40,6 +40,11 @@
upload: soc/content/(.*)
expiration: 30d
+- url: /soc/content/(.*?)/css/(.*)/thirdparty
+ static_files: soc/content/css/\2/thirdparty
+ upload: soc/content/(.*)
+ expiration: 30d
+
- url: /soc/content/(.*?)/images/(.*)
static_files: soc/content/images/\2
upload: soc/content/(.*)