diff --git a/VERSION b/VERSION index 7d55c734..c21cf34d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.6.0-development+timestamp.2013.08.18.02.08.22 +Version 2.6.0-development+timestamp.2013.08.18.02.49.16 diff --git a/app.example.yaml b/app.example.yaml index eead4703..62cd405b 100644 --- a/app.example.yaml +++ b/app.example.yaml @@ -25,13 +25,13 @@ handlers: # the parametric router's language logic. # You cannot use them together. -- url: /(.+?)/[^_]*\/?static/_\d.\d.\d\/?(.+) +- url: /(.+?)/static/_\d.\d.\d\/(.+) static_files: applications/\1/static/\2 upload: applications/(.+?)/static/(.+) secure: optional expiration: "365d" -- url: /(.+?)/[^_]*\/?static/?(.+) +- url: /(.+?)/static/(.+) static_files: applications/\1/static/\2 upload: applications/(.+?)/static/(.+) secure: optional