diff --git a/VERSION b/VERSION index 5bf09298..a2c9593b 100644 --- a/VERSION +++ b/VERSION @@ -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 diff --git a/app.example.yaml b/app.example.yaml index 61c6ba55..eead4703 100644 --- a/app.example.yaml +++ b/app.example.yaml @@ -25,7 +25,13 @@ handlers: # the parametric router's language logic. # You cannot use them together. -- url: /(?P.+?)/static/(?P.+) +- 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