fixed issue 1504, static asset management config in app.yaml, thanks Niphlod

This commit is contained in:
mdipierro
2013-05-27 10:37:38 -05:00
parent 69c888d071
commit e38cfc5767
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.4.7-stable+timestamp.2013.05.27.10.32.53
Version 2.4.7-stable+timestamp.2013.05.27.10.36.47
+7 -1
View File
@@ -25,7 +25,13 @@ handlers:
# the parametric router's language logic.
# You cannot use them together.
- url: /(?P<a>.+?)/static/(?P<b>.+)
- url: /(.+?)/[^_]*\/?static/_\d.\d.\d\/?(.+)
static_files: applications/\1/static/\2
upload: applications/(.+?)/static/(.+)
secure: optional
expiration: "365d"
- url: /(.+?)/[^_]*\/?static/?(.+)
static_files: applications/\1/static/\2
upload: applications/(.+?)/static/(.+)
secure: optional